X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fclient.h;h=5ae2d3d2f4d46ccbc418d3d6f4360832bab5a2c2;hp=d68d3035a3b20e54921bc6e5b4cb2f0295391f0c;hb=0a7ff45e4930a72968911325a019f0ea64b62a43;hpb=1d1fe5e6cc7afd8db05be7d4938ca87ba621dc94 diff --git a/openbox/client.h b/openbox/client.h index d68d3035..5ae2d3d2 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -645,6 +645,9 @@ void client_update_icons(ObClient *self); /*! Updates the window's icon geometry (where to iconify to/from) */ void client_update_icon_geometry(ObClient *self); +/*! Helper function to convert the ->type member to string representation */ +const gchar *client_type_to_string(ObClient *self); + /*! Set up what decor should be shown on the window and what functions should be allowed (ObClient::decorations and ObClient::functions). This also updates the NET_WM_ALLOWED_ACTIONS hint.