summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 22:57:42 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 22:57:42 +0000
commit5c96972bfffacb7dc24c96673f85e413e5c87b94 (patch)
tree10dac41b7257f5769613d863695071583ce81cc7 /openbox/openbox.h
parent6171dbf970c2c4f8d9736a8ae5184eb9ac38d7ce (diff)
save the config type in the session command line arguments
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 fadb6981..b5d722e9 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -46,6 +46,7 @@ extern gchar *ob_sm_id;
make a new file every time, yay. */
extern gchar *ob_sm_save_file;
extern gboolean ob_replace_wm;
+extern gchar *ob_config_type;
/* The state of execution of the window manager */
ObState ob_state();