mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- Fix that enables that the virtual desktop code be disabled on the fly
when VirtualEdgeThickness is set to 0 - Fixed virtual edge to resize the edge on the fly if thickness changes
This commit is contained in:
@@ -1431,7 +1431,7 @@ wNETWMProcessClientMessage(XClientMessageEvent *event)
|
||||
wNETWMShowingDesktop(scr, event->data.l[0]);
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
} else if (event->message_type == net_desktop_viewport) {
|
||||
wWorkspaceSetViewPort(scr, scr->current_workspace,
|
||||
wWorkspaceSetViewport(scr, scr->current_workspace,
|
||||
event->data.l[0], event->data.l[1]);
|
||||
#endif
|
||||
} else if (event->message_type == net_desktop_names) {
|
||||
|
||||
Reference in New Issue
Block a user