comparison 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
comparison
equal deleted inserted replaced
33555:c5a19bbeac2b 33556:520fb0f7544c
27 27
28 // These are in support of the non-GUI files that interact with 28 // These are in support of the non-GUI files that interact with
29 // the GUI and that only need to include interface.h for this. 29 // the GUI and that only need to include interface.h for this.
30 // ------------------------------------------------------------ 30 // ------------------------------------------------------------
31 #include "cfg.h" 31 #include "cfg.h"
32 #include "mplayer/play.h" 32 #include "ui/actions.h"
33 33
34 extern int use_gui; // this is defined in mplayer.c 34 extern int use_gui; // this is defined in mplayer.c
35 // ------------------------------------------------------------ 35 // ------------------------------------------------------------
36 36
37 #define GMPlayer "gmplayer" 37 #define GMPlayer "gmplayer"