diff options
author | Kristian Rietveld <kris@loopnest.org> | 2012-12-30 17:09:22 +0100 |
---|---|---|
committer | Michael Natterer <mitch@lanedo.com> | 2013-03-28 13:10:38 +0100 |
commit | 6f607fc8b4cd051e5134b59768b43b9c1c342366 (patch) | |
tree | dc2dcbb6dbe9674b6a28a498f5bba4490c86533a /tests/dummy-headers | |
parent | 40c5d373403ef20d4956d78f3b3a0d70ccb6eb2c (diff) | |
download | gtk+-6f607fc8b4cd051e5134b59768b43b9c1c342366.tar.gz |
quartz: move atom/pasteboard type conversions functions to GDK
(cherry picked from commit a269c2f8d26a588c4b61ad605ef496e89759cc03)
Diffstat (limited to 'tests/dummy-headers')
-rw-r--r-- | tests/dummy-headers/AppKit/AppKit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dummy-headers/AppKit/AppKit.h b/tests/dummy-headers/AppKit/AppKit.h index 1456923187..557a8a7a5b 100644 --- a/tests/dummy-headers/AppKit/AppKit.h +++ b/tests/dummy-headers/AppKit/AppKit.h @@ -20,5 +20,8 @@ typedef int NSTrackingRectTag; @interface NSWindow {} @end +@interface NSString {} +@end + @protocol NSDraggingInfo @end |