gtk3/tests/dummy-headers/AppKit/AppKit.h
Kristian Rietveld 6f607fc8b4 quartz: move atom/pasteboard type conversions functions to GDK
(cherry picked from commit a269c2f8d26a588c4b61ad605ef496e89759cc03)
2013-03-28 13:10:38 +01:00

28 lines
314 B
Objective-C

/* Dummy header for the Quartz backend. */
typedef int NSTrackingRectTag;
@interface NSAutoreleasePool {}
@end
@interface NSCursor {}
@end
@interface NSEvent {}
@end
@interface NSImage {}
@end
@interface NSView {}
@end
@interface NSWindow {}
@end
@interface NSString {}
@end
@protocol NSDraggingInfo
@end