mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +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);
|
selectWindowsInside(scr, xp, yp, w + xp, h + yp);
|
||||||
|
|
||||||
#ifdef KWM_HINTS
|
#ifdef KWM_HINTS
|
||||||
wKWMSelectRootRegion(scr, x, y, w, h,
|
wKWMSelectRootRegion(scr, xp, yp, w, h,
|
||||||
event.xbutton.state & ControlMask);
|
event.xbutton.state & ControlMask);
|
||||||
#endif /* KWM_HINTS */
|
#endif /* KWM_HINTS */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user