]> Dogcows Code - chaz/openbox/commitdiff
kill the window mapping.. its not doing anything anyways? whatever..
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 23:21:56 +0000 (23:21 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 23:21:56 +0000 (23:21 +0000)
openbox/openbox.c

index 1490ab7305afe1204a27b1f09e60b2cd5e4b3067..c891f56b60242f2c826a19d9c437e48159d9a1f9 100644 (file)
@@ -195,7 +195,6 @@ int main(int argc, char **argv)
 
     if (screen_annex()) { /* it will be ours! */
         do {
-            Window reconfig_window;
             Popup *reconfig_popup;
 
             if (reconfigure) {
@@ -208,12 +207,6 @@ int main(int argc, char **argv)
                 popup_position(reconfig_popup, CenterGravity, w / 2, h / 2);
                 popup_show(reconfig_popup, _("Reloading . . ."), NULL);
 
-                reconfig_window = XCreateWindow
-                    (ob_display, RootWindow(ob_display, ob_screen),
-                     0, 0, w, h,
-                     0, CopyFromParent, InputOnly, CopyFromParent, 0, NULL);
-                XMapWindow(ob_display, reconfig_window);
-
                 XFlush(ob_display);
             }
 
@@ -275,8 +268,6 @@ int main(int argc, char **argv)
 
                 XFlush(ob_display);
 
-                /* destroy the hiding window */
-                XDestroyWindow(ob_display, reconfig_window);
                 popup_free(reconfig_popup);
             }
 
This page took 0.022952 seconds and 4 git commands to generate.