diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-28 12:59:09 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-28 13:02:54 -0800 |
commit | 3d527b91b4bfa31e78d5fc7a1447a4026876f14e (patch) | |
tree | 4a90ce9053fea3ae4c43a4bef3591481c2dd9e64 /hw/xquartz/X11Application.h | |
parent | 71d3df7cc37403b5842227a035d9b995fd920e0b (diff) |
XQuartz: Added option to enable/disable test extensions
defaults write org.x.X11 enable_test_extensions -boolean true
(cherry picked from commit fd4710aff3723d5f3422cf6a6530172eafc556d9)
(cherry picked from commit 635019ad18db921fec99256294debd8571074abf)
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r-- | hw/xquartz/X11Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h index 1cfbe0803..80aee5932 100644 --- a/hw/xquartz/X11Application.h +++ b/hw/xquartz/X11Application.h @@ -92,6 +92,7 @@ extern int quartzHasRoot, quartzEnableRootless, quartzFullscreenMenu; #define PREFS_APPKIT_MODIFIERS "appkit_modifiers" #define PREFS_WINDOW_ITEM_MODIFIERS "window_item_modifiers" #define PREFS_ROOTLESS "rootless" +#define PREFS_TEST_EXTENSIONS "enable_test_extensions" #define PREFS_XP_OPTIONS "xp_options" #define PREFS_LOGIN_SHELL "login_shell" #define PREFS_CLICK_THROUGH "wm_click_through" |