move a comment
This commit is contained in:
parent
cc36ecf2f2
commit
0147a61f89
1 changed files with 2 additions and 1 deletions
|
@ -429,8 +429,9 @@ void OBFrame::grabClient()
|
|||
|
||||
void OBFrame::releaseClient()
|
||||
{
|
||||
// check if the app has already reparented its window away
|
||||
XEvent ev;
|
||||
|
||||
// check if the app has already reparented its window away
|
||||
if (XCheckTypedWindowEvent(otk::OBDisplay::display, _client->window(),
|
||||
ReparentNotify, &ev)) {
|
||||
XPutBack(otk::OBDisplay::display, &ev);
|
||||
|
|
Loading…
Reference in a new issue