mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
change x to xp and y to yp by guessing, hope it is correct.
This commit is contained in:
@@ -2193,7 +2193,7 @@ wSelectWindows(WScreen *scr, XEvent *ev)
|
||||
selectWindowsInside(scr, xp, yp, w + xp, h + yp);
|
||||
|
||||
#ifdef KWM_HINTS
|
||||
wKWMSelectRootRegion(scr, x, y, w, h,
|
||||
wKWMSelectRootRegion(scr, xp, yp, w, h,
|
||||
event.xbutton.state & ControlMask);
|
||||
#endif /* KWM_HINTS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user