mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 18:08:22 +02:00
XQuartz: Buildfix for Leopard and older
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
This commit is contained in:
parent
b5aa2e0a5f
commit
15fc56addc
2 changed files with 5 additions and 0 deletions
|
|
@ -55,7 +55,11 @@ typedef unsigned int NSUInteger;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||
@interface X11Controller : NSObject <NSTableViewDataSource>
|
||||
#else
|
||||
@interface X11Controller : NSObject
|
||||
#endif
|
||||
{
|
||||
IBOutlet NSPanel *prefs_panel;
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#define HACK_MISSING 1
|
||||
#define HACK_KEYPAD 1
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue