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:
parent
f6e423399d
commit
029628087f
1 changed files with 0 additions and 1 deletions
|
@ -1064,7 +1064,6 @@ void frame_release_client(ObFrame *self)
|
|||
*/
|
||||
if (ev.xreparent.parent != self->window) {
|
||||
reparent = FALSE;
|
||||
XPutBackEvent(obt_display, &ev);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue