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/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') 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 */ -- cgit v1.2.3