X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=ca9927467074905901868e868ec9c4c8884ed782;hb=c828154886a40fa48b0545fd5d22e277f6d210e9;hp=5e26ef30ea9690ccfabd7bc97ee9774be164f1a2;hpb=d81d54c7a977a034199f24fc8fa7433e634aaf91;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 5e26ef30..ca992746 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 */ @@ -630,6 +632,8 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig); /*! Sets the window's type and transient flag */ void client_get_type_and_transientness(ObClient *self); +/*! Gets the motif wm hints */ +void client_get_mwm_hints(ObClient *self); /*! Returns a client's icon set, or its parents (recursively) if it doesn't have one