mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
6f607fc8b4
(cherry picked from commit a269c2f8d2
)
28 lines
314 B
Objective-C
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
|