projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5908c3
)
comment
author
Dana Jansens
<danakj@orodu.net>
Fri, 19 Sep 2003 17:45:33 +0000
(17:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 19 Sep 2003 17:45:33 +0000
(17:45 +0000)
openbox/mouse.c
patch
|
blob
|
history
diff --git
a/openbox/mouse.c
b/openbox/mouse.c
index eb206a11f732cac4478273661cb83b1b026e2ad8..c0fcade49556e090e62b0a9de9db1403376422dc 100644
(file)
--- 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);