Lines Matching defs:BOOL
35 #define BOOL xBOOL
37 #undef BOOL
46 BOOL serverVisible;
47 BOOL rootlessMenuBarVisible;
48 BOOL queueShowServer;
49 BOOL quitWithoutQuery;
50 BOOL pendingAppQuitReply;
53 BOOL sendServerEvents;
54 BOOL x11Active;
74 - (BOOL)translateEvent:(NSEvent *)anEvent;
75 - (BOOL)getMousePosition:(xEvent *)xe fromEvent:(NSEvent *)anEvent;
79 - (BOOL)loadDisplayBundle;
82 - (BOOL)startXClients;
86 - (void)showServer:(BOOL)show;
87 - (void)forceShowServer:(BOOL)show;
88 - (void)setRootClip:(BOOL)enable;
93 - (void)sendShowHide:(BOOL)show;
95 - (void)activateX11:(BOOL)state;
121 - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag;
124 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;