summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-28 13:37:32 +0000
committerDana Jansens <danakj@orodu.net>2007-05-28 13:37:32 +0000
commitc726a1f709484da690a6fbcc7f6b8b4934660290 (patch)
tree02f0a6a2441a2519829e5eca0d8bb8d1ae57fb44 /openbox/prop.h
parent9d8e1da42a40f886b0dd1a5f5b1fd79be59cd1e0 (diff)
set the current theme in a root property
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 93821c87..b9d6795e 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -193,6 +193,7 @@ typedef struct Atoms {
Atom ob_wm_action_undecorate;
Atom ob_wm_state_undecorated;
Atom openbox_pid; /* this is depreecated in favour of ob_control */
+ Atom ob_theme;
Atom ob_control;
} Atoms;
Atoms prop_atoms;