#import @interface EcoreCocoaWindow: NSWindow { void *ecore_window_data; } @property (nonatomic, assign) void *ecore_window_data; - (id) initWithContentRect: (NSRect) contentRect styleMask: (unsigned int) aStyle backing: (NSBackingStoreType) bufferingType defer: (BOOL) flag; - (BOOL)isFullScreen; @end