mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08: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:
@@ -1050,7 +1050,7 @@ handleEnterNotify(XEvent *event)
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
if (XFindContext(dpy, event->xcrossing.window, wVEdgeContext,
|
||||
(XPointer *)&vdHandler)!=XCNOENT) {
|
||||
(*vdHandler)( event);
|
||||
(*vdHandler)(event);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user