[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer Makefile,1.4,1.5 mplayer.c,1.12,1.13 play.c,1.33,1.34 sw.h,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
}
/*
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer Makefile,1.4,1.5 mplayer.c,1.12,1.13 play.c,1.33,1.34 sw.h,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list