projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc9f68
)
fix typo
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 05:06:21 +0000
(
05:06
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 05:06:21 +0000
(
05:06
+0000)
src/frame.cc
patch
|
blob
|
history
diff --git
a/src/frame.cc
b/src/frame.cc
index 234991968fc25f4338cb48fe566bc60ebaf82de7..555f5c6e3142163d3fe3ad7455669888328c7b27 100644
(file)
--- 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);
+ XPutBack
Event
(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