diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2013-08-19 03:25:40 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2013-08-19 21:35:45 +0200 |
| commit | 0a7ff45e4930a72968911325a019f0ea64b62a43 (patch) | |
| tree | 770ff490ea4c85e78173b700985b5679ab31c4dc /openbox/client.h | |
| parent | 1d1fe5e6cc7afd8db05be7d4938ca87ba621dc94 (diff) | |
Add window type to If as well
This one required some extra helpers so is separate commit
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
