From c5d372ffd629eae89d28b37069c553049e5c7d20 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 29 Jan 2009 22:33:44 +0100 Subject: Handle InputShape type shaping too. Many composite apps use this to pass through clicks where they are transparent. --- openbox/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/frame.h') 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); -- cgit v1.2.3