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 + 1 file changed, 1 insertion(+) (limited to 'obt/prop.c') 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); -- cgit v1.2.3