comparison gui/ui/widgets.h @ 33925:162828e38481

Replace data type CARD32 by long. On the client side, properties of format 32 will be stored as long, even if it has more than 32 bits on the platform. This reverts r33610.
author ib
date Fri, 26 Aug 2011 09:46:42 +0000
parents 998f94e62a61
children 31a5320909f7
comparison
equal deleted inserted replaced
33924:f00fc114eb87 33925:162828e38481
57 Pixmap small; 57 Pixmap small;
58 Pixmap small_mask; 58 Pixmap small_mask;
59 Pixmap normal; 59 Pixmap normal;
60 Pixmap normal_mask; 60 Pixmap normal_mask;
61 int collection_size; 61 int collection_size;
62 CARD32 *collection; 62 long *collection;
63 } guiIcon_t; 63 } guiIcon_t;
64 64
65 extern guiIcon_t guiIcon; 65 extern guiIcon_t guiIcon;
66 66
67 void widgetsCreate(void); 67 void widgetsCreate(void);