diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-13 20:53:25 -0500 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-14 19:40:03 +0100 |
| commit | 27177e498b737cc351ce446f0b89010bcf29bfcd (patch) | |
| tree | 704c066b2e58301292ed82c99b6da8f5de739494 /openbox/config.h | |
| parent | 619fd7e666944aa83c636d14cd2777cbd5dc1094 (diff) | |
let you match per-app settings based on the window type
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index 3fd1b879..62b92473 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,6 +23,7 @@ #include "misc.h" #include "stacking.h" #include "place.h" +#include "client.h" #include "geom.h" #include "moveresize.h" #include "render/render.h" @@ -38,6 +39,7 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + ObClientType type; GravityPoint position; gboolean pos_given; |
