summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-31 13:05:37 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-31 13:05:37 +0000
commita2023e8ff40f076748a7af1a0e1388466a0ae0c1 (patch)
tree76b94f535879c713e43763062a2db997d7f261a5 /Gui/mplayer/mplayer.c
parent72af5c15db7d2ecd9cfa1affec21b42bd91caded (diff)
downloadmpv-a2023e8ff40f076748a7af1a0e1388466a0ae0c1.tar.bz2
mpv-a2023e8ff40f076748a7af1a0e1388466a0ae0c1.tar.xz
fix skin change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1802 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mplayer.c')
-rw-r--r--Gui/mplayer/mplayer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gui/mplayer/mplayer.c b/Gui/mplayer/mplayer.c
index a56020ce5f..147e0e9cc2 100644
--- a/Gui/mplayer/mplayer.c
+++ b/Gui/mplayer/mplayer.c
@@ -15,6 +15,7 @@
#include "../timer.h"
#include "../language.h"
#include "../error.h"
+#include "../config.h"
#include "../../config.h"
#include "../../libvo/x11_common.h"
@@ -36,7 +37,7 @@ void mplMsgHandle( int msg,float param );
#include "menu.h"
#include "mw.h"
#include "sw.h"
-#include "widget.h"
+#include "widgets.h"
void mplTimerHandler( int signum )
{
@@ -56,6 +57,7 @@ void mplInit( int argc,char* argv[], char *envp[], void* disp )
// allocates shmem to gtkShMem
// fork() a process which runs gtkThreadProc() [gtkPID]
gtkInit( argc,argv,envp );
+ strcpy( gtkShMem->sb.name,cfgSkin );
// allocates shmem to mplShMem
// init fields of this struct to default values