[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.53,1.54
Zoltan Ponekker
pontscho at mplayerhq.hu
Thu Oct 10 16:06:52 CEST 2002
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv3420/Gui/wm
Modified Files:
ws.c
Log Message:
- better dxr3 support
- fix oss subdevice bug
- add some warning fix from Dominik Mierzejewski <dominik at rangers.eu.org>
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ws.c 1 Oct 2002 14:37:01 -0000 1.53
+++ ws.c 10 Oct 2002 14:06:49 -0000 1.54
@@ -93,8 +93,8 @@
typedef void(*wsTConvFunc)( const unsigned char * in_pixels, unsigned char * out_pixels, unsigned num_pixels );
wsTConvFunc wsConvFunc = NULL;
-
-void rgb32torgb32( const unsigned char * src, unsigned char * dst,int src_size )
+
+void rgb32torgb32( const unsigned char * src, unsigned char * dst,unsigned int src_size )
{ memcpy( dst,src,src_size ); }
// ---
@@ -776,7 +776,7 @@
Atom type;
int format;
unsigned long nitems, bytesafter;
- Atom * args = NULL;
+ unsigned char * args = NULL;
if ( wsWMType == wsWMIceWM )
{
More information about the MPlayer-cvslog
mailing list