diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-01-29 22:33:44 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-01-29 22:35:56 +0100 |
| commit | c5d372ffd629eae89d28b37069c553049e5c7d20 (patch) | |
| tree | e5c2c08b4d7d4d0a40a3b60e3893c759323f6423 /openbox/client.h | |
| parent | cac78e1a7a953899f8b8e9dc5ea1910d2067864d (diff) | |
Handle InputShape type shaping too.
Many composite apps use this to pass through clicks where they are transparent.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index a3d50b0e..f55c7ac6 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -246,6 +246,8 @@ struct _ObClient /*! The window uses shape extension to be non-rectangular? */ gboolean shaped; + /*! The window uses shape extension to have non-rectangular input? */ + gboolean shaped_input; /*! The window is modal, so it must be processed before any windows it is related to can be focused */ |
