From 43c0dc42aab36a68908ce76d2c5461c9d0f80730 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 05:06:21 +0000 Subject: [PATCH] fix typo --- src/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2