From 8c09918339936a3e1efbfee5f51e8e2086fa152f Mon Sep 17 00:00:00 2001 From: id Date: Fri, 29 Oct 1999 12:40:06 +0000 Subject: [PATCH] change x to xp and y to yp by guessing, hope it is correct. --- src/moveres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moveres.c b/src/moveres.c index d8142af2..abf3b47b 100644 --- a/src/moveres.c +++ b/src/moveres.c @@ -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 */ -- 2.11.4.GIT