fix cwm's current XShape support from Edd Barrett -thanks.

XShape events should be handled at some point.

ok oga@
This commit is contained in:
okan
2008-05-17 03:59:54 +00:00
parent 5034a77849
commit 9a58e74401
3 changed files with 25 additions and 15 deletions

1
grab.c
View File

@@ -101,6 +101,7 @@ grab_sweep(struct client_ctx *cc)
XReparentWindow(X_Dpy, sc->menuwin, sc->rootwin, 0, 0);
xu_ptr_ungrab();
client_ptrwarp(cc);
client_do_shape(cc);
return;
}
}