summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-12 02:57:08 -0400
committerDana Jansens <danakj@orodu.net>2007-07-12 02:57:08 -0400
commit4b73574406e24df84e909014926e56ab1e5c7934 (patch)
tree9adf4101fd94bf0a9bc1ffe3817ffe1e944a9986 /openbox/client.h
parent37a5b59d7bf51a201981c486b800b3b8d57e9b9c (diff)
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 9f208596..e33b89e4 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -626,8 +626,6 @@ 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 */
@@ -709,6 +707,4 @@ ObClient* client_under_pointer();
gboolean client_has_group_siblings(ObClient *self);
-void clienticon_free(ObClientIcon *ci);
-
#endif