From fef5d0d9bca56dfeec86ddf0867e64c908a1f97d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 05:36:18 +0000 Subject: use rgba icons for clients --- openbox/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 808f4e5f..27d780c6 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -11,7 +11,7 @@ struct Frame; /*! Holds an icon in ARGB format */ typedef struct Icon { - unsigned long w, h; + unsigned long width, height; unsigned long *data; } Icon; @@ -457,4 +457,6 @@ void client_setup_decor_and_functions(Client *self); /*! Retrieves the window's type and sets Client->type */ void client_get_type(Client *self); +Icon *client_icon(Client *self, int w, int h); + #endif -- cgit v1.2.3