X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=f55c7ac6e788b0bd0a4a35a8cc61b31629e2cd65;hb=ba1ac214dfdbc0539c922e84c2318c1bf2566c0c;hp=a3d50b0e83d5610fd6edd529eec13e2b75e65d05;hpb=3606a4af6f75b5e35ce540bf083b776a097d096f;p=chaz%2Fopenbox 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 */