From fd903553819b086f7a7e3bdaa98daee78a87a401 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 08:44:20 +0000 Subject: [PATCH] xinerama support where it shouldnt be --- nls/C/Configmenu.m | 8 ++++++++ src/Configmenu.cc | 2 ++ 2 files changed, 10 insertions(+) diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m index 5f6bc1af..e5d24d4e 100644 --- a/nls/C/Configmenu.m +++ b/nls/C/Configmenu.m @@ -6,6 +6,8 @@ $ #FocusModel # Focus Model $ #WindowPlacement # Window Placement +$ #XineramaSupport +# Xinerama Support $ #ImageDithering # Image Dithering $ #OpaqueMove @@ -54,3 +56,9 @@ $ #IgnoreShaded # Ignore Shaded Windows $ #IgnoreMax # Ignore Full-Maximized Windows +$ #XineramaPlacement +# Window Placement +$ #XineramaMaximizing +# Window Maximizing +$ #XineramaSnapping +# Window Snapping diff --git a/src/Configmenu.cc b/src/Configmenu.cc index 1c18387c..d986e3b7 100644 --- a/src/Configmenu.cc +++ b/src/Configmenu.cc @@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) { setValues(); focusmenu->reconfigure(); placementmenu->reconfigure(); +#ifdef XINERAMA xineramamenu->reconfigure(); +#endif // XINERAMA Basemenu::reconfigure(); } -- 2.44.0