xinerama support where it shouldnt be

This commit is contained in:
Dana Jansens 2002-07-22 08:44:20 +00:00
parent e8f387ea48
commit fd90355381
2 changed files with 10 additions and 0 deletions

View 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

View file

@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) {
setValues();
focusmenu->reconfigure();
placementmenu->reconfigure();
#ifdef XINERAMA
xineramamenu->reconfigure();
#endif // XINERAMA
Basemenu::reconfigure();
}