summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 23:54:04 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 23:54:04 +0000
commita6aaabe62c3651169dda9a1a34bcec64dad4ee92 (patch)
tree4e9c69a4d52180f7623fae71324645b014c97481 /openbox/prop.h
parent37875f091d8a19818b6325923a57f6f7f3cd820c (diff)
change the --config-file to --config, which works differently..
change the _OPENBOX_RC root property to _OPENBOX_CONFIG which is also different.
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 4ae9e775..75431b95 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -184,7 +184,7 @@ typedef struct Atoms {
Atom openbox_wm_state_undecorated;
Atom openbox_pid;
- Atom openbox_rc;
+ Atom openbox_config;
Atom openbox_control;
} Atoms;
Atoms prop_atoms;