comparison gui/ui/render.h @ 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 f2093dc82b5f
children 6bb8d4f4a7b0
comparison
equal deleted inserted replaced
35687:6996700b8d1f 35688:6fd886ce32b9
19 #ifndef MPLAYER_GUI_RENDER_H 19 #ifndef MPLAYER_GUI_RENDER_H
20 #define MPLAYER_GUI_RENDER_H 20 #define MPLAYER_GUI_RENDER_H
21 21
22 #include "gui/app/app.h" 22 #include "gui/app/app.h"
23 23
24 void RenderAll(wsWindow *window, wItem *Items, int nrItems, char *db); 24 void RenderAll(wsWindow *window, guiItem *Items, int nrItems, char *db);
25 25
26 #endif /* MPLAYER_GUI_RENDER_H */ 26 #endif /* MPLAYER_GUI_RENDER_H */