Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches/gtk/define-NSPasteboardTypeURL.patch')
-rw-r--r--packages/patches/gtk/define-NSPasteboardTypeURL.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/patches/gtk/define-NSPasteboardTypeURL.patch b/packages/patches/gtk/define-NSPasteboardTypeURL.patch
new file mode 100644
index 0000000..0921094
--- /dev/null
+++ b/packages/patches/gtk/define-NSPasteboardTypeURL.patch
@@ -0,0 +1,15 @@
+diff --git a/gdk/quartz/gdkquartz.h b/gdk/quartz/gdkquartz.h
+index 558c53535e..6ee894533f 100644
+--- a/gdk/quartz/gdkquartz.h
++++ b/gdk/quartz/gdkquartz.h
+@@ -39,6 +39,10 @@ typedef unsigned int NSUInteger;
+ typedef float CGFloat;
+ #endif
+
++#ifndef NSPasteboardTypeURL
++extern const NSPasteboardType NSPasteboardTypeURL;
++#endif
++
+ typedef enum
+ {
+ GDK_OSX_UNSUPPORTED = 0,