all repos — openbox @ d3525ecef0fbecfe104d937432818e1d02f5b6d0

openbox fork - make it a bit more like ryudo

kill the window mapping.. its not doing anything anyways? whatever..
Dana Jansens danakj@orodu.net
commit

d3525ecef0fbecfe104d937432818e1d02f5b6d0

parent

68e8dea93dbdfefb11b1b960abb9da79a2f23c52

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

jump to
M openbox/openbox.copenbox/openbox.c

@@ -195,7 +195,6 @@ extensions_query_all(); /* find which extensions are present */

if (screen_annex()) { /* it will be ours! */ do { - Window reconfig_window; Popup *reconfig_popup; if (reconfigure) {

@@ -207,12 +206,6 @@

reconfig_popup = popup_new(FALSE); 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 @@ }

XFlush(ob_display); - /* destroy the hiding window */ - XDestroyWindow(ob_display, reconfig_window); popup_free(reconfig_popup); }