From 092616de9a809a1c9a646901521ffcc1f337e913 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:00:42 +0000 Subject: rename pixel32/16 to RrPixel32/16 --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index e45b3771..ff7f67c7 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -18,7 +18,7 @@ struct Group; /*! Holds an icon in ARGB format */ typedef struct Icon { int width, height; - pixel32 *data; + RrPixel32 *data; } Icon; /*! The MWM Hints as retrieved from the window property -- cgit v1.2.3