X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=6d018bc6995ac718aeeaa9a26c6f7a9c56e2aa2b;hb=4145468a1984e1055a947ad957075ae51f70ca9c;hp=5e26ef30ea9690ccfabd7bc97ee9774be164f1a2;hpb=90cecafa3de2f118e550622932d1d30266c71226;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 5e26ef30..6d018bc6 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 */