diff Gui/mplayer/mplayer.c @ 1801:e16646a140fd

fix skin change
author pontscho
date Fri, 31 Aug 2001 13:05:37 +0000
parents 2e86c5c8071e
children a6c67352ccac
line wrap: on
line diff
--- a/Gui/mplayer/mplayer.c	Fri Aug 31 12:59:04 2001 +0000
+++ b/Gui/mplayer/mplayer.c	Fri Aug 31 13:05:37 2001 +0000
@@ -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 @@
 #include "menu.h"
 #include "mw.h"
 #include "sw.h"
-#include "widget.h"
+#include "widgets.h"
 
 void mplTimerHandler( int signum )
 {
@@ -56,6 +57,7 @@
  // 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