mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 04:44:15 +00:00
(submit/miext-extinit) 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user