summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-06-09 12:47:48 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-06-09 12:47:48 +0000
commit8af51d8a1be9c3cb9d89d1d8378de72f42599760 (patch)
treef2fc8feaffe44238fa9db44632c7a15eab7b5a7a /openbox/client.h
parent4a42260849ab284cc6a257c3d0cb74b4633a39de (diff)
add role matching to per app settings and fix a small memleak in the code that frees the per app list
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index e2193e98..ab1c830c 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -273,6 +273,7 @@ struct _ObClient
struct _ObAppSettings
{
gchar *name;
+ gchar *role;
gboolean decor;
gboolean shade;
gboolean focus;