summaryrefslogtreecommitdiffstats
path: root/Gui/app.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-07 21:04:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-07 21:04:14 +0000
commit83e1eed13d1b566420b416fef2ec044cfd3ba92b (patch)
tree3e809bd0883bc06c7ad94fb8eb59d7732a2894ce /Gui/app.h
parent70c0a8df28688ae933c392fdf0ccecc88c57bd6e (diff)
downloadmpv-83e1eed13d1b566420b416fef2ec044cfd3ba92b.tar.bz2
mpv-83e1eed13d1b566420b416fef2ec044cfd3ba92b.tar.xz
some bug fix, and add decoration item to skin conffile. faszom(C)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.h')
-rw-r--r--Gui/app.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Gui/app.h b/Gui/app.h
index d2773f94a9..d67e8d2bc2 100644
--- a/Gui/app.h
+++ b/Gui/app.h
@@ -50,6 +50,7 @@ typedef struct
{
wItem main;
wsTWindow mainWindow;
+ int mainDecoration;
wItem sub;
wsTWindow subWindow;
@@ -72,13 +73,10 @@ typedef struct
} listItems;
extern listItems appMPlayer;
-extern listItems appTV;
-extern listItems appRadio;
-//extern char * appMPlayerDirInHome;
-//extern char * appMPlayerDir;
extern char * skinDirInHome;
extern char * skinMPlayerDir;
+extern char * skinName;
extern void appInit( int argc,char* argv[], char *envp[], void* disp );
extern void appInitStruct( listItems * item );