diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-11 13:42:50 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-11 13:42:50 -0500 |
| commit | 91af4d5bc9e04b766735aaa3ac098233ba103959 (patch) | |
| tree | ed9bff5f878eeeac6c3cd9844b0d9c54214ff614 /openbox/prop.h | |
| parent | b8e994e837d260860a4dc0a1ee3a680e2cdfc75a (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.h | 8 |
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; |
