all repos — openbox @ 43c0dc42aab36a68908ce76d2c5461c9d0f80730

openbox fork - make it a bit more like ryudo

fix typo
Dana Jansens danakj@orodu.net
commit

43c0dc42aab36a68908ce76d2c5461c9d0f80730

parent

bcc9f6812b870c577008b4d61758885c1b2c91dd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/frame.ccsrc/frame.cc

@@ -434,7 +434,7 @@

// 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