summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-11 13:42:50 -0500
committerDana Jansens <danakj@orodu.net>2010-01-11 13:42:50 -0500
commit91af4d5bc9e04b766735aaa3ac098233ba103959 (patch)
treeed9bff5f878eeeac6c3cd9844b0d9c54214ff614 /openbox/prop.h
parentb8e994e837d260860a4dc0a1ee3a680e2cdfc75a (diff)
Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPE
Add _OB_VERSION property on the root window. Change _OB_ROLE/CLASS/NAME to _OB_APP_*. Add _OB_APP_TYPE which has a string for the type chosen for the window on mapping by Openbox. Adjust the rc.xml to match these changes.
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 419aa512..71645673 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -202,9 +202,11 @@ typedef struct Atoms {
Atom ob_theme;
Atom ob_config_file;
Atom ob_control;
- Atom ob_role;
- Atom ob_name;
- Atom ob_class;
+ Atom ob_version;
+ Atom ob_app_role;
+ Atom ob_app_name;
+ Atom ob_app_class;
+ Atom ob_app_type;
} Atoms;
extern Atoms prop_atoms;