[MPlayer-cvslog] r33108 - trunk/gui/interface.h

ib subversion at mplayerhq.hu
Fri Mar 25 10:16:57 CET 2011


Author: ib
Date: Fri Mar 25 10:16:57 2011
New Revision: 33108

Log:
Cosmetic: Move supportive stuff at top of file.

Variable use_gui isn't defined in interface.c.

Modified:
   trunk/gui/interface.h

Modified: trunk/gui/interface.h
==============================================================================
--- trunk/gui/interface.h	Thu Mar 24 23:46:22 2011	(r33107)
+++ trunk/gui/interface.h	Fri Mar 25 10:16:57 2011	(r33108)
@@ -24,11 +24,15 @@
 #include "playtree.h"
 #include "stream/stream.h"
 
-// these are in support of the non-GUI files that interact with
-// the GUI and that only need to include interface.h for this
+// These are in support of the non-GUI files that interact with
+// the GUI and that only need to include interface.h for this.
+// ------------------------------------------------------------
 #include "cfg.h"
 #include "mplayer/play.h"
 
+extern int use_gui;             // this is defined in mplayer.c
+// ------------------------------------------------------------
+
 #define guiXEvent          0
 #define guiCEvent          1
 #define guiIEvent          2
@@ -210,7 +214,6 @@ typedef struct urlItem {
 
 extern guiInterface_t guiIntfStruct;
 
-extern int use_gui;   // this is defined in mplayer.c
 extern int guiWinID;
 
 extern char *skinName;


More information about the MPlayer-cvslog mailing list