]> Dogcows Code - chaz/openbox/commitdiff
move a comment
authorDana Jansens <danakj@orodu.net>
Tue, 7 Jan 2003 20:21:56 +0000 (20:21 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 7 Jan 2003 20:21:56 +0000 (20:21 +0000)
src/frame.cc

index 3b9cb96888bed607bfb871d29b82417ad202ff27..234991968fc25f4338cb48fe566bc60ebaf82de7 100644 (file)
@@ -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);
This page took 0.022817 seconds and 4 git commands to generate.