comparison Gui/app.h @ 1866:32b1bb50a0e8

some bug fix, and add decoration item to skin conffile. faszom(C)
author pontscho
date Fri, 07 Sep 2001 21:04:14 +0000
parents d6c99f70449e
children b64fa5d25142
comparison
equal deleted inserted replaced
1865:538b993b3518 1866:32b1bb50a0e8
48 48
49 typedef struct 49 typedef struct
50 { 50 {
51 wItem main; 51 wItem main;
52 wsTWindow mainWindow; 52 wsTWindow mainWindow;
53 int mainDecoration;
53 54
54 wItem sub; 55 wItem sub;
55 wsTWindow subWindow; 56 wsTWindow subWindow;
56 int subR,subG,subB; 57 int subR,subG,subB;
57 int subPixel; 58 int subPixel;
70 int NumberOfMenuItems; 71 int NumberOfMenuItems;
71 wItem MenuItems[32]; 72 wItem MenuItems[32];
72 } listItems; 73 } listItems;
73 74
74 extern listItems appMPlayer; 75 extern listItems appMPlayer;
75 extern listItems appTV;
76 extern listItems appRadio;
77 76
78 //extern char * appMPlayerDirInHome;
79 //extern char * appMPlayerDir;
80 extern char * skinDirInHome; 77 extern char * skinDirInHome;
81 extern char * skinMPlayerDir; 78 extern char * skinMPlayerDir;
79 extern char * skinName;
82 80
83 extern void appInit( int argc,char* argv[], char *envp[], void* disp ); 81 extern void appInit( int argc,char* argv[], char *envp[], void* disp );
84 extern void appInitStruct( listItems * item ); 82 extern void appInitStruct( listItems * item );
85 extern void appClearItem( wItem * item ); 83 extern void appClearItem( wItem * item );
86 extern void appCopy( listItems * item1,listItems * item2 ); 84 extern void appCopy( listItems * item1,listItems * item2 );