mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
25 lines
285 B
C
25 lines
285 B
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
|
||
|
|
||
|
@protocol NSDraggingInfo
|
||
|
@end
|