diff gui/interface.h @ 33556:520fb0f7544c

Rename GUI directory 'mplayer' and some files in it. The directory 'mplayer' contains the files for the user interface and has thus been renamed 'ui'. Inside this directory the following files have been renamed to better reflect their contents: mw.c -> main.c sw.c -> sub.c pb.c -> playbar.c gui_common.* -> render.* play.* -> actions.*
author ib
date Sat, 18 Jun 2011 16:03:31 +0000
parents c5a19bbeac2b
children b374c74a5f17
line wrap: on
line diff
--- a/gui/interface.h	Sat Jun 18 14:33:41 2011 +0000
+++ b/gui/interface.h	Sat Jun 18 16:03:31 2011 +0000
@@ -29,7 +29,7 @@
 // the GUI and that only need to include interface.h for this.
 // ------------------------------------------------------------
 #include "cfg.h"
-#include "mplayer/play.h"
+#include "ui/actions.h"
 
 extern int use_gui;             // this is defined in mplayer.c
 // ------------------------------------------------------------