From 578938f1cdd5a06dd6fa28167d575ec980322a5d Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 16 Nov 2009 13:46:01 +0000 Subject: Update to git master branch of xserver. --- xorg-server/hw/xquartz/X11Controller.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg-server/hw/xquartz/X11Controller.h') diff --git a/xorg-server/hw/xquartz/X11Controller.h b/xorg-server/hw/xquartz/X11Controller.h index a86b20f17..9e16f75ce 100644 --- a/xorg-server/hw/xquartz/X11Controller.h +++ b/xorg-server/hw/xquartz/X11Controller.h @@ -55,7 +55,11 @@ typedef unsigned int NSUInteger; #endif #endif +#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 +@interface X11Controller : NSObject +#else @interface X11Controller : NSObject +#endif { IBOutlet NSPanel *prefs_panel; @@ -120,6 +124,7 @@ typedef unsigned int NSUInteger; #endif - (void) set_can_quit:(OSX_BOOL)state; - (void) server_ready; +- (OSX_BOOL) application:(NSApplication *)app openFile:(NSString *)filename; - (IBAction) apps_table_show:(id)sender; - (IBAction) apps_table_done:(id)sender; -- cgit v1.2.3