summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-02 09:22:50 -0500
committerDana Jansens <danakj@orodu.net>2008-02-02 09:45:33 -0500
commitbbad88aa21f01a70faf824cbb2825bd7f9d95253 (patch)
treeb2800fc898f08a6fc3d91ec2bb6b21acc9ee16d6 /openbox/prop.h
parent674c042c68602fbe19d525a697b35870b7029b41 (diff)
add a --config-file command line option, and OB_CONFIG_FILE root hint
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 5ca70470..464fe26d 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -194,6 +194,7 @@ typedef struct Atoms {
Atom ob_wm_state_undecorated;
Atom openbox_pid; /* this is depreecated in favour of ob_control */
Atom ob_theme;
+ Atom ob_config_file;
Atom ob_control;
} Atoms;
extern Atoms prop_atoms;