diff gui/interface.c @ 32900:1481268ccd30

Move global skin directory variables. The more appropriate place for these variables is interface.c, because this is where they are set after all. Furthermore, their needless explicit initialization has been removed.
author ib
date Mon, 28 Feb 2011 14:47:17 +0000
parents 12ae3b893c59
children edb972e22021
line wrap: on
line diff
--- a/gui/interface.c	Mon Feb 28 13:42:39 2011 +0000
+++ b/gui/interface.c	Mon Feb 28 14:47:17 2011 +0000
@@ -76,6 +76,10 @@
 guiInterface_t guiIntfStruct;
 int guiWinID=-1;
 
+char *skinName;
+char *skinDirInHome;
+char *skinMPlayerDir;
+
 int gstrcmp( const char * a,const char * b )
 {
  if ( !a && !b ) return 0;