diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-09 12:47:48 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-09 12:47:48 +0000 |
| commit | 8af51d8a1be9c3cb9d89d1d8378de72f42599760 (patch) | |
| tree | f2fc8feaffe44238fa9db44632c7a15eab7b5a7a /openbox/client.h | |
| parent | 4a42260849ab284cc6a257c3d0cb74b4633a39de (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.h | 1 |
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; |
