comparison gui/app.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 7104e2b2b648
children e06fbdd8eb46
comparison
equal deleted inserted replaced
32899:7104e2b2b648 32900:1481268ccd30
20 #include <string.h> 20 #include <string.h>
21 21
22 #include "app.h" 22 #include "app.h"
23 23
24 listItems appMPlayer; 24 listItems appMPlayer;
25
26 char *skinDirInHome = NULL;
27 char *skinMPlayerDir = NULL;
28 char *skinName = NULL;
29 25
30 static const evName evNames[] = { 26 static const evName evNames[] = {
31 { evNone, "evNone" }, 27 { evNone, "evNone" },
32 { evPlay, "evPlay" }, 28 { evPlay, "evPlay" },
33 { evStop, "evStop" }, 29 { evStop, "evStop" },