move a comment

This commit is contained in:
Dana Jansens 2003-01-07 20:21:56 +00:00
parent cc36ecf2f2
commit 0147a61f89

View file

@ -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);