xquartz: use extinit_priv.h instead of own declarations
The extern declarations for no*Extension flags are already in extinit_priv.h, so include this file instead of keeping our own redundant definitions in the xquarz source. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
d2ba2089a5
commit
15c0fb2611
|
@ -35,6 +35,8 @@
|
||||||
#import "X11Application.h"
|
#import "X11Application.h"
|
||||||
#import "NSUserDefaults+XQuartzDefaults.h"
|
#import "NSUserDefaults+XQuartzDefaults.h"
|
||||||
|
|
||||||
|
#include "include/extinit_priv.h"
|
||||||
|
|
||||||
#include "darwin.h"
|
#include "darwin.h"
|
||||||
#include "quartz.h"
|
#include "quartz.h"
|
||||||
#include "darwinEvents.h"
|
#include "darwinEvents.h"
|
||||||
|
@ -78,9 +80,6 @@ static dispatch_queue_t eventTranslationQueue;
|
||||||
#define APPKIT_APPFLAGS_HACK 1
|
#define APPKIT_APPFLAGS_HACK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern Bool noTestExtensions;
|
|
||||||
extern Bool noRenderExtension;
|
|
||||||
|
|
||||||
static TISInputSourceRef last_key_layout;
|
static TISInputSourceRef last_key_layout;
|
||||||
|
|
||||||
/* This preference is only tested on Lion or later as it's not relevant to
|
/* This preference is only tested on Lion or later as it's not relevant to
|
||||||
|
|
Loading…
Reference in New Issue