diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-22 08:44:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-22 08:44:20 +0000 |
| commit | fd903553819b086f7a7e3bdaa98daee78a87a401 (patch) | |
| tree | 30df79fbafd2c72c75b174bf4bbb7c24a568fe77 | |
| parent | e8f387ea481470dd69257f0e7d4644ab1270b64a (diff) | |
xinerama support where it shouldnt be
| -rw-r--r-- | nls/C/Configmenu.m | 8 | ||||
| -rw-r--r-- | src/Configmenu.cc | 2 |
2 files changed, 10 insertions, 0 deletions
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(); } |
