don't put reparent events back on the stack. the window is no longer being managed anyways. and it messes up the order of events in the queue

This commit is contained in:
Dana Jansens 2010-04-23 11:57:26 -04:00
parent f6e423399d
commit 029628087f

View file

@ -1064,7 +1064,6 @@ void frame_release_client(ObFrame *self)
*/
if (ev.xreparent.parent != self->window) {
reparent = FALSE;
XPutBackEvent(obt_display, &ev);
break;
}
}