summaryrefslogtreecommitdiff
path: root/obt/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-14 17:24:39 -0500
committerDana Jansens <danakj@orodu.net>2010-01-14 18:41:21 -0500
commit6cf3357036561134383198cc8b853abb3fe5a982 (patch)
tree3c359a2ac24f533755a3f7895c936567dac8fa25 /obt/prop.h
parentae85462f2bf0812755a29ea17080b14f681acaf4 (diff)
allow app rules to match windows by their title when mapping
and save the title in the _OB_APP_TITLE property
Diffstat (limited to 'obt/prop.h')
-rw-r--r--obt/prop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/prop.h b/obt/prop.h
index 0a471cd5..cc1fe736 100644
--- a/obt/prop.h
+++ b/obt/prop.h
@@ -213,6 +213,7 @@ typedef enum {
OBT_PROP_OB_CONTROL,
OBT_PROP_OB_VERSION,
OBT_PROP_OB_APP_ROLE,
+ OBT_PROP_OB_APP_TITLE,
OBT_PROP_OB_APP_NAME,
OBT_PROP_OB_APP_CLASS,
OBT_PROP_OB_APP_TYPE,