comparison gui/ui/render.c @ 35688:6fd886ce32b9

Cosmetic: Rename wItem guiItem. Because that's what it is - a GUI item.
author ib
date Fri, 18 Jan 2013 17:35:07 +0000
parents 80c5c89f77d6
children bfe51acc36fb
comparison
equal deleted inserted replaced
35687:6996700b8d1f 35688:6fd886ce32b9
302 302
303 i += r; 303 i += r;
304 } 304 }
305 } 305 }
306 306
307 void RenderAll(wsWindow *window, wItem *Items, int nrItems, char *db) 307 void RenderAll(wsWindow *window, guiItem *Items, int nrItems, char *db)
308 { 308 {
309 wItem *item; 309 guiItem *item;
310 guiImage *image = NULL; 310 guiImage *image = NULL;
311 int i, ofs; 311 int i, ofs;
312 312
313 image_buffer = db; 313 image_buffer = db;
314 image_width = window->Width; 314 image_width = window->Width;