From 6cf3357036561134383198cc8b853abb3fe5a982 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Jan 2010 17:24:39 -0500 Subject: allow app rules to match windows by their title when mapping and save the title in the _OB_APP_TITLE property --- obt/prop.c | 1 + obt/prop.h | 1 + 2 files changed, 2 insertions(+) (limited to 'obt') diff --git a/obt/prop.c b/obt/prop.c index 3af9c7d7..ae229e42 100644 --- a/obt/prop.c +++ b/obt/prop.c @@ -192,6 +192,7 @@ void obt_prop_startup(void) CREATE_(OB_CONTROL); CREATE_(OB_VERSION); CREATE_(OB_APP_ROLE); + CREATE_(OB_APP_TITLE); CREATE_(OB_APP_NAME); CREATE_(OB_APP_CLASS); CREATE_(OB_APP_TYPE); 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, -- cgit v1.2.3