summaryrefslogtreecommitdiff
path: root/obt/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/prop.c')
-rw-r--r--obt/prop.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/obt/prop.c b/obt/prop.c
index f4c8db17..3af9c7d7 100644
--- a/obt/prop.c
+++ b/obt/prop.c
@@ -190,9 +190,11 @@ void obt_prop_startup(void)
CREATE_(OB_WM_ACTION_UNDECORATE);
CREATE_(OB_WM_STATE_UNDECORATED);
CREATE_(OB_CONTROL);
- CREATE_(OB_ROLE);
- CREATE_(OB_NAME);
- CREATE_(OB_CLASS);
+ CREATE_(OB_VERSION);
+ CREATE_(OB_APP_ROLE);
+ CREATE_(OB_APP_NAME);
+ CREATE_(OB_APP_CLASS);
+ CREATE_(OB_APP_TYPE);
}
Atom obt_prop_atom(ObtPropAtom a)