This commit is contained in:
Dana Jansens 2003-09-19 17:45:33 +00:00
parent e5908c3f89
commit ba05275408

View file

@ -213,6 +213,7 @@ void mouse_event(ObClient *client, XEvent *e)
int junk1, junk2; int junk1, junk2;
Window wjunk; Window wjunk;
guint ujunk, b, w, h; guint ujunk, b, w, h;
/* this can cause errors to occur when the window closes */
xerror_set_ignore(TRUE); xerror_set_ignore(TRUE);
junk1 = XGetGeometry(ob_display, e->xbutton.window, junk1 = XGetGeometry(ob_display, e->xbutton.window,
&wjunk, &junk1, &junk2, &w, &h, &b, &ujunk); &wjunk, &junk1, &junk2, &w, &h, &b, &ujunk);