diff options
| -rw-r--r-- | src/frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.cc b/src/frame.cc index 23499196..555f5c6e 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -434,7 +434,7 @@ void OBFrame::releaseClient() // check if the app has already reparented its window away if (XCheckTypedWindowEvent(otk::OBDisplay::display, _client->window(), ReparentNotify, &ev)) { - XPutBack(otk::OBDisplay::display, &ev); + XPutBackEvent(otk::OBDisplay::display, &ev); } else { // according to the ICCCM - if the client doesn't reparent itself, then we // will reparent the window to root for them |
