diff gui/ui/render.h @ 36994:167442bc79d0

Cosmetic: Rename same variables in RenderAll().
author ib
date Thu, 27 Mar 2014 13:09:44 +0000
parents 6bb8d4f4a7b0
children 322951bebfd6
line wrap: on
line diff
--- a/gui/ui/render.h	Thu Mar 27 13:05:43 2014 +0000
+++ b/gui/ui/render.h	Thu Mar 27 13:09:44 2014 +0000
@@ -22,6 +22,6 @@
 #include "gui/app/app.h"
 #include "gui/wm/ws.h"
 
-void RenderAll(wsWindow *window, guiItem *Items, int nrItems, char *db);
+void RenderAll(wsWindow *window, guiItem *items, int nrItems, char *drawbuf);
 
 #endif /* MPLAYER_GUI_RENDER_H */