xtest: unexport noTestExtensions field
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
42548766f6
commit
ec7719dceb
|
@ -35,6 +35,8 @@
|
|||
#import "X11Application.h"
|
||||
#import "NSUserDefaults+XQuartzDefaults.h"
|
||||
|
||||
#include "include/extinit_priv.h"
|
||||
|
||||
#include "darwin.h"
|
||||
#include "quartz.h"
|
||||
#include "darwinEvents.h"
|
||||
|
@ -78,7 +80,6 @@ static dispatch_queue_t eventTranslationQueue;
|
|||
#define APPKIT_APPFLAGS_HACK 1
|
||||
#endif
|
||||
|
||||
extern Bool noTestExtensions;
|
||||
extern Bool noRenderExtension;
|
||||
|
||||
static TISInputSourceRef last_key_layout;
|
||||
|
|
Loading…
Reference in New Issue