mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 08:50:05 +01:00
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
3 changed files with 712 additions and 1084 deletions
|
|
@ -55,10 +55,9 @@ typedef unsigned int NSUInteger;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||
@interface X11Controller : NSObject <NSTableViewDataSource>
|
||||
#else
|
||||
@interface X11Controller : NSObject
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||
<NSTableViewDataSource>
|
||||
#endif
|
||||
{
|
||||
IBOutlet NSPanel *prefs_panel;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Binary file not shown.
Loading…
Add table
Reference in a new issue