kill the window mapping.. its not doing anything anyways? whatever..
This commit is contained in:
parent
68e8dea93d
commit
d3525ecef0
1 changed files with 0 additions and 9 deletions
|
@ -195,7 +195,6 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
if (screen_annex()) { /* it will be ours! */
|
if (screen_annex()) { /* it will be ours! */
|
||||||
do {
|
do {
|
||||||
Window reconfig_window;
|
|
||||||
Popup *reconfig_popup;
|
Popup *reconfig_popup;
|
||||||
|
|
||||||
if (reconfigure) {
|
if (reconfigure) {
|
||||||
|
@ -208,12 +207,6 @@ int main(int argc, char **argv)
|
||||||
popup_position(reconfig_popup, CenterGravity, w / 2, h / 2);
|
popup_position(reconfig_popup, CenterGravity, w / 2, h / 2);
|
||||||
popup_show(reconfig_popup, _("Reloading . . ."), NULL);
|
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);
|
XFlush(ob_display);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -275,8 +268,6 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
XFlush(ob_display);
|
XFlush(ob_display);
|
||||||
|
|
||||||
/* destroy the hiding window */
|
|
||||||
XDestroyWindow(ob_display, reconfig_window);
|
|
||||||
popup_free(reconfig_popup);
|
popup_free(reconfig_popup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue