From ea467dcc7c2dd8a6ac0a086decb3ac3809156bcc Mon Sep 17 00:00:00 2001 From: oga Date: Wed, 25 Jun 2008 22:37:29 +0000 Subject: Actually grab the correct mouse buttons for a window, instead of doing the old hardcoded ones (which now can be wrong). tested by todd@ and johan@. --- client.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index 1f5565a..317091c 100644 --- a/client.c +++ b/client.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.31 2008/06/18 20:42:29 oga Exp $ + * $Id: client.c,v 1.32 2008/06/25 22:37:29 oga Exp $ */ #include "headers.h" @@ -272,8 +272,7 @@ client_setactive(struct client_ctx *cc, int fg) XInstallColormap(X_Dpy, cc->cmap); XSetInputFocus(X_Dpy, cc->win, RevertToPointerRoot, CurrentTime); - xu_btn_grab(cc->pwin, Mod1Mask, AnyButton); - xu_btn_grab(cc->pwin, ControlMask|Mod1Mask, Button1); + conf_grab_mouse(cc); /* * If we're in the middle of alt-tabbing, don't change * the order please. -- cgit v1.2.3-2-gb3c3