all repos — openbox @ fd903553819b086f7a7e3bdaa98daee78a87a401

openbox fork - make it a bit more like ryudo

xinerama support where it shouldnt be
Dana Jansens danakj@orodu.net
commit

fd903553819b086f7a7e3bdaa98daee78a87a401

parent

e8f387ea481470dd69257f0e7d4644ab1270b64a

2 files changed, 10 insertions(+), 0 deletions(-)

jump to
M nls/C/Configmenu.mnls/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
M src/Configmenu.ccsrc/Configmenu.cc

@@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) {

setValues(); focusmenu->reconfigure(); placementmenu->reconfigure(); +#ifdef XINERAMA xineramamenu->reconfigure(); +#endif // XINERAMA Basemenu::reconfigure(); }