comparison gui/skin/skin.c @ 33749:d8f49edf8f25

Remove skin related variables from interface.[ch]. Move them to skin.[ch] instead.
author ib
date Thu, 07 Jul 2011 14:20:35 +0000
parents 520fb0f7544c
children 253620911a2e
comparison
equal deleted inserted replaced
33748:5860cfaff0a4 33749:d8f49edf8f25
35 35
36 typedef struct { 36 typedef struct {
37 const char *name; 37 const char *name;
38 int (*func)(char *in); 38 int (*func)(char *in);
39 } _item; 39 } _item;
40
41 char *skinDirInHome;
42 char *skinMPlayerDir;
40 43
41 static guiItems *skin; 44 static guiItems *skin;
42 45
43 static int linenumber; 46 static int linenumber;
44 static unsigned char path[512]; 47 static unsigned char path[512];