xinerama support where it shouldnt be
This commit is contained in:
parent
e8f387ea48
commit
fd90355381
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,8 @@ $ #FocusModel
|
||||||
# Focus Model
|
# Focus Model
|
||||||
$ #WindowPlacement
|
$ #WindowPlacement
|
||||||
# Window Placement
|
# Window Placement
|
||||||
|
$ #XineramaSupport
|
||||||
|
# Xinerama Support
|
||||||
$ #ImageDithering
|
$ #ImageDithering
|
||||||
# Image Dithering
|
# Image Dithering
|
||||||
$ #OpaqueMove
|
$ #OpaqueMove
|
||||||
|
@ -54,3 +56,9 @@ $ #IgnoreShaded
|
||||||
# Ignore Shaded Windows
|
# Ignore Shaded Windows
|
||||||
$ #IgnoreMax
|
$ #IgnoreMax
|
||||||
# Ignore Full-Maximized Windows
|
# Ignore Full-Maximized Windows
|
||||||
|
$ #XineramaPlacement
|
||||||
|
# Window Placement
|
||||||
|
$ #XineramaMaximizing
|
||||||
|
# Window Maximizing
|
||||||
|
$ #XineramaSnapping
|
||||||
|
# Window Snapping
|
||||||
|
|
|
@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) {
|
||||||
setValues();
|
setValues();
|
||||||
focusmenu->reconfigure();
|
focusmenu->reconfigure();
|
||||||
placementmenu->reconfigure();
|
placementmenu->reconfigure();
|
||||||
|
#ifdef XINERAMA
|
||||||
xineramamenu->reconfigure();
|
xineramamenu->reconfigure();
|
||||||
|
#endif // XINERAMA
|
||||||
|
|
||||||
Basemenu::reconfigure();
|
Basemenu::reconfigure();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue