summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Application.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-18 20:25:38 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-18 20:25:38 -0700
commit49f2bb4681fdee9e45f952ef0ac9c34a090117de (patch)
treebd5c2af9c05577545172522bfdd1375cdec6a56f /hw/xquartz/X11Application.h
parentc2f0d020b5d7950267aa3df391a7a72b9ae5883b (diff)
XQuartz: More sanitization of the namespace
(cherry picked from commit bc50d41f9d1aec04f0de0478cbd5036f1fe9b81e)
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r--hw/xquartz/X11Application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h
index 9d1ee4177..47c605c67 100644
--- a/hw/xquartz/X11Application.h
+++ b/hw/xquartz/X11Application.h
@@ -31,7 +31,7 @@
#define X11APPLICATION_H 1
#if __OBJC__
-#import <Cocoa/Cocoa.h>
+
#import "X11Controller.h"
@interface X11Application : NSApplication {
@@ -55,7 +55,7 @@
- (void) prefs_set_string:(NSString *)key value:(NSString *)value;
- (void) prefs_synchronize;
-- (BOOL) x_active;
+- (OSX_BOOL) x_active;
@end