]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Add window type to If as well
[chaz/openbox] / openbox / client.h
index d68d3035a3b20e54921bc6e5b4cb2f0295391f0c..5ae2d3d2f4d46ccbc418d3d6f4360832bab5a2c2 100644 (file)
@@ -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.
This page took 0.02031 seconds and 4 git commands to generate.