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

define-NSPasteboardTypeURL.patch « gtk « patches « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 092109439dfd4c3d6c0c535d141c844078b41887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,