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:
cc36ecf
)
move a comment
author
Dana Jansens
<danakj@orodu.net>
Tue, 7 Jan 2003 20:21:56 +0000
(20:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 7 Jan 2003 20:21:56 +0000
(20:21 +0000)
src/frame.cc
patch
|
blob
|
history
diff --git
a/src/frame.cc
b/src/frame.cc
index 3b9cb96888bed607bfb871d29b82417ad202ff27..234991968fc25f4338cb48fe566bc60ebaf82de7 100644
(file)
--- a/
src/frame.cc
+++ b/
src/frame.cc
@@
-429,8
+429,9
@@
void OBFrame::grabClient()
void OBFrame::releaseClient()
{
- // check if the app has already reparented its window away
XEvent ev;
+
+ // check if the app has already reparented its window away
if (XCheckTypedWindowEvent(otk::OBDisplay::display, _client->window(),
ReparentNotify, &ev)) {
XPutBack(otk::OBDisplay::display, &ev);