diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-21 16:20:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-21 16:20:43 +0000 |
| commit | 19ecd4d6d403e71abecb0e77f7ff0f4efa400be3 (patch) | |
| tree | 99af58cd59d8f55a58ec5061e0d770a32d91dc61 /openbox/client.h | |
| parent | d158b642820910adf2d4f73370cf3537749230a6 (diff) | |
look, thumbnails in alt-tab. its such crap though. oh well, just for fun.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index ed677926..b30db198 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -611,6 +611,8 @@ void client_get_type_and_transientness(ObClient *self); const ObClientIcon *client_icon(ObClient *self, gint w, gint h); +ObClientIcon *client_thumbnail(ObClient *self, gint w, gint h); + /*! Return TRUE if the client is transient for some other window. Return FALSE if it's not transient or there is no window for it to be transient for */ @@ -695,4 +697,6 @@ ObClient* client_under_pointer(); gboolean client_has_group_siblings(ObClient *self); +void clienticon_free(ObClientIcon *ci); + #endif |
