]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Handle InputShape type shaping too.
[chaz/openbox] / openbox / client.h
index a3d50b0e83d5610fd6edd529eec13e2b75e65d05..f55c7ac6e788b0bd0a4a35a8cc61b31629e2cd65 100644 (file)
@@ -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 */
This page took 0.020147 seconds and 4 git commands to generate.