diff gui/ui/render.h @ 35525:e27855a45128

Rebuild GUI directory structure. Create new directory app/ and move app.*, cfg.* and gui.h to app/.
author ib
date Thu, 06 Dec 2012 13:47:47 +0000
parents 520fb0f7544c
children f2093dc82b5f
line wrap: on
line diff
--- a/gui/ui/render.h	Thu Dec 06 02:30:19 2012 +0000
+++ b/gui/ui/render.h	Thu Dec 06 13:47:47 2012 +0000
@@ -19,7 +19,7 @@
 #ifndef MPLAYER_GUI_RENDER_H
 #define MPLAYER_GUI_RENDER_H
 
-#include "gui/app.h"
+#include "gui/app/app.h"
 
 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db);