summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-08 05:06:21 +0000
committerDana Jansens <danakj@orodu.net>2003-01-08 05:06:21 +0000
commit43c0dc42aab36a68908ce76d2c5461c9d0f80730 (patch)
tree7cd704d9488fd22907c27250c0ae11f73bd5ab99
parentbcc9f6812b870c577008b4d61758885c1b2c91dd (diff)
fix typo
-rw-r--r--src/frame.cc2
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