1
0
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:
id
1999-10-29 12:40:06 +00:00
parent 94f4483dbd
commit 8c09918339

View File

@@ -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 */