]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
reverse that last commit.. that was by accident..
[chaz/openbox] / openbox / openbox.c
index 7e8fadc2eb4e7420d0cde5f9aa461e12cd307c40..7d2efd6e5b98510966397048398e3ab813d6b5c2 100644 (file)
@@ -76,16 +76,17 @@ RrTheme    *ob_rr_theme;
 ObMainLoop *ob_main_loop;
 Display    *ob_display;
 gint        ob_screen;
-gboolean    ob_replace_wm;
+gboolean    ob_replace_wm = FALSE;
 
 static ObState   state;
-static gboolean  xsync;
-static gboolean  reconfigure;
-static gboolean  restart;
-static gchar    *restart_path;
+static gboolean  xsync = FALSE;
+static gboolean  reconfigure = FALSE;
+static gboolean  restart = FALSE;
+static gchar    *restart_path = NULL;
 static Cursor    cursors[OB_NUM_CURSORS];
 static KeyCode   keys[OB_NUM_KEYS];
 static gint      exitcode = 0;
+static gboolean  reconfigure_and_exit = FALSE;
 
 static void signal_handler(gint signal, gpointer data);
 static void parse_args(gint argc, gchar **argv);
This page took 0.022542 seconds and 4 git commands to generate.