summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-04 00:05:42 +0000
committerDana Jansens <danakj@orodu.net>2003-09-04 00:05:42 +0000
commit922580e891016ba723d050af35da3a39cde62a7f (patch)
tree56620a8cf01ac745e22e847e0cce739ceeb6b22b /openbox
parentfcdcd0fab4141d2d8bc1c156096ac5dbedbeaf61 (diff)
remove the reconfigure popup
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index c891f56b..a571b184 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -17,7 +17,6 @@
#include "extensions.h"
#include "menuframe.h"
#include "grab.h"
-#include "popup.h"
#include "group.h"
#include "config.h"
#include "mainloop.h"
@@ -195,21 +194,6 @@ int main(int argc, char **argv)
if (screen_annex()) { /* it will be ours! */
do {
- Popup *reconfig_popup;
-
- if (reconfigure) {
- gint w, h;
-
- w = WidthOfScreen(ScreenOfDisplay(ob_display, ob_screen));
- h = HeightOfScreen(ScreenOfDisplay(ob_display, ob_screen));
-
- reconfig_popup = popup_new(FALSE);
- popup_position(reconfig_popup, CenterGravity, w / 2, h / 2);
- popup_show(reconfig_popup, _("Reloading . . ."), NULL);
-
- XFlush(ob_display);
- }
-
event_startup(reconfigure);
grab_startup(reconfigure);
/* focus_backup is used for stacking, so this needs to come before
@@ -265,10 +249,6 @@ int main(int argc, char **argv)
ObClient *c = it->data;
frame_adjust_theme(c->frame);
}
-
- XFlush(ob_display);
-
- popup_free(reconfig_popup);
}
reconfigure = FALSE;