]> Dogcows Code - chaz/openbox/commitdiff
xinerama support where it shouldnt be
authorDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 08:44:20 +0000 (08:44 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 08:44:20 +0000 (08:44 +0000)
nls/C/Configmenu.m
src/Configmenu.cc

index 5f6bc1af5b784bb105f313f3117a93b6c06f168c..e5d24d4ed64c55dfcea3494f7475de7d9cde45f2 100644 (file)
@@ -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
index 1c18387c84fea0e950ac4ed40e380829d298a206..d986e3b741d0cbdec2ebeb4fd485b7b98fc3fa9c 100644 (file)
@@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) {
   setValues();
   focusmenu->reconfigure();
   placementmenu->reconfigure();
+#ifdef    XINERAMA
   xineramamenu->reconfigure();
+#endif // XINERAMA
 
   Basemenu::reconfigure();
 }
This page took 0.025024 seconds and 4 git commands to generate.