summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 23:21:56 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 23:21:56 +0000
commitd3525ecef0fbecfe104d937432818e1d02f5b6d0 (patch)
tree5c3574fb95ce1203b0d0fec1d26ab532f0e036a4 /openbox/openbox.c
parent68e8dea93dbdfefb11b1b960abb9da79a2f23c52 (diff)
kill the window mapping.. its not doing anything anyways? whatever..
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 1490ab73..c891f56b 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -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);
}