summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-19 17:45:33 +0000
committerDana Jansens <danakj@orodu.net>2003-09-19 17:45:33 +0000
commitba05275408d8bab8f887f1c9d7e20a071e13c35a (patch)
tree65e2daee98ebd8ec6f8318d7a42d6419c20e0997
parente5908c3f897156b13d1e7592c155bfd5ca2a82a4 (diff)
comment
-rw-r--r--openbox/mouse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c
index eb206a11..c0fcade4 100644
--- a/openbox/mouse.c
+++ b/openbox/mouse.c
@@ -213,6 +213,7 @@ void mouse_event(ObClient *client, XEvent *e)
int junk1, junk2;
Window wjunk;
guint ujunk, b, w, h;
+ /* this can cause errors to occur when the window closes */
xerror_set_ignore(TRUE);
junk1 = XGetGeometry(ob_display, e->xbutton.window,
&wjunk, &junk1, &junk2, &w, &h, &b, &ujunk);