mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
- replaced VirtualEdgeThickness option with EnableVirtualDesktop (boolean)
- some code cleanups in the virtual desktop.
This commit is contained in:
@@ -1397,10 +1397,10 @@ wShowInfoPanel(WScreen *scr)
|
||||
}
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
if (wPreferences.vedge_thickness == 0)
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop disabled"));
|
||||
else
|
||||
if (wPreferences.vdesk_enable)
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop enabled"));
|
||||
else
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop disabled"));
|
||||
#endif
|
||||
|
||||
#ifdef XINERAMA
|
||||
|
||||
Reference in New Issue
Block a user