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:
authorCody Russell <cody@jhu.edu>2020-01-15 23:27:34 +0300
committerCody Russell <cody@jhu.edu>2020-01-15 23:27:34 +0300
commit2a99d5db0182beb5c4ddd11eca1e85559b45e051 (patch)
treed7e0b7d371b1bf7d1c79ed986ab23808cc3606b1
parent12ee30ef4b5360968f9d56031d89aacec6fb8af5 (diff)
[GTK] D'oh! I forgot to add the patch in the last commit.
-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,