XQuartz: Add a GUI preference for the Alt / Mode_switch toggle
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Kevin Van Vechten <kvv@apple.com>
This commit is contained in:
parent
5600f7f001
commit
59edde7c28
|
@ -55,10 +55,9 @@ typedef unsigned int NSUInteger;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
|
||||||
@interface X11Controller : NSObject <NSTableViewDataSource>
|
|
||||||
#else
|
|
||||||
@interface X11Controller : NSObject
|
@interface X11Controller : NSObject
|
||||||
|
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||||
|
<NSTableViewDataSource>
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
IBOutlet NSPanel *prefs_panel;
|
IBOutlet NSPanel *prefs_panel;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in New Issue