[Mplayer-cvslog] CVS: main/Gui/skin skin.c,1.6,1.7

Zoltan Ponekker pontscho at mplayer.dev.hu
Mon Oct 1 11:30:49 CEST 2001


Update of /cvsroot/mplayer/main/Gui/skin
In directory mplayer:/var/tmp.root/cvs-serv15001/Gui/skin

Modified Files:
	skin.c 
Log Message:
some bug fix, and sub window render speed up.. 10l kola ? :)

Index: skin.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/skin/skin.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- skin.c	12 Sep 2001 15:08:53 -0000	1.6
+++ skin.c	1 Oct 2001 09:30:46 -0000	1.7
@@ -162,15 +162,15 @@
   }
  if ( !strcmp( winList,"sub" ) )
   {
-   defList->sub.x=x;
-   defList->sub.y=y;
    defList->sub.type=itBase;
    strcpy( tmp,path ); strcat( tmp,fname );
    if ( skinBPRead( tmp,&defList->sub.Bitmap ) ) return 1;
+   defList->sub.x=x;
+   defList->sub.y=y;
    defList->sub.width=defList->sub.Bitmap.Width;
    defList->sub.height=defList->sub.Bitmap.Height;
    #ifdef DEBUG
-    dbprintf( 3,"[skin]  width: %d height: %d\n",defList->sub.width,defList->sub.height );
+    dbprintf( 3,"[skin]  %d,%d %dx%d\n",defList->sub.x,defList->sub.y,defList->sub.width,defList->sub.height );
    #endif
   }
 /*




More information about the MPlayer-cvslog mailing list