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/frame.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/frame.h')
| -rw-r--r-- | openbox/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h index fd5adf74..8687381d 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -205,6 +205,9 @@ void frame_free(ObFrame *self); void frame_show(ObFrame *self); void frame_hide(ObFrame *self); void frame_adjust_theme(ObFrame *self); +#ifdef SHAPE +void frame_adjust_shape_kind(ObFrame *self, int kind); +#endif void frame_adjust_shape(ObFrame *self); void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized, gboolean fake); |
