summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-22 00:05:28 +0000
committerDana Jansens <danakj@orodu.net>2007-05-22 00:05:28 +0000
commit44be67844a5568e8b1ad87327b0815f8667151c0 (patch)
tree2b623ff4c7d3870eaaf79c6da19f1c8213a8af75 /openbox/openbox.h
parentb8f207892a11b53365c47b4828254269fca5c8e9 (diff)
don't reload the session on restart
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index e258d31e..460de0b4 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -45,6 +45,7 @@ extern gchar *ob_sm_id;
/* This save_file will get pass to ourselves if we restart too! So we won't
make a new file every time, yay. */
extern gchar *ob_sm_save_file;
+extern gboolean ob_sm_restore;
extern gboolean ob_replace_wm;
extern gboolean ob_debug_xinerama;