aboutsummaryrefslogtreecommitdiffstats
path: root/grab.c
diff options
context:
space:
mode:
authorokan2008-05-17 03:59:54 +0000
committerokan2008-05-17 03:59:54 +0000
commit170f81834e88d241194595a8f05821f23c933477 (patch)
tree08b41548b7976c2ea8ef60fd71fc59bab9f0c402 /grab.c
parent6a2c99a2df8d170eda74cccacbb5a5225d617d21 (diff)
downloadcwm-170f81834e88d241194595a8f05821f23c933477.tar.gz
fix cwm's current XShape support from Edd Barrett -thanks.
XShape events should be handled at some point. ok oga@
Diffstat (limited to 'grab.c')
-rw-r--r--grab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/grab.c b/grab.c
index 6c2dccc..027d6ed 100644
--- a/grab.c
+++ b/grab.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: grab.c,v 1.10 2008/05/15 22:18:00 oga Exp $
+ * $Id: grab.c,v 1.11 2008/05/17 03:59:55 okan Exp $
*/
#include "headers.h"
@@ -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;
}
}