From: Dana Jansens Date: Wed, 8 Jan 2003 05:06:21 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=43c0dc42aab36a68908ce76d2c5461c9d0f80730;hp=bcc9f6812b870c577008b4d61758885c1b2c91dd;p=chaz%2Fopenbox fix typo --- 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