[Mplayer-cvslog] CVS: main/Gui/wm widget.h,1.1,1.2 ws.h,1.6,1.7 wsconv.c,1.1,1.2 wsconv.h,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Thu Oct 4 22:33:32 CEST 2001
Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv28383/wm
Modified Files:
widget.h ws.h wsconv.c wsconv.h
Log Message:
missing newlines fixed
Index: widget.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/widget.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- widget.h 25 Aug 2001 21:04:29 -0000 1.1
+++ widget.h 4 Oct 2001 20:33:29 -0000 1.2
@@ -1,2 +1,3 @@
-#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
\ No newline at end of file
+#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
+
Index: ws.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ws.h 5 Sep 2001 18:17:17 -0000 1.6
+++ ws.h 4 Oct 2001 20:33:29 -0000 1.7
@@ -237,4 +237,5 @@
extern void wsScreenSaverOn( Display *mDisplay );
extern void wsScreenSaverOff( Display * mDisplay );
-#endif
\ No newline at end of file
+#endif
+
Index: wsconv.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsconv.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsconv.c 25 Aug 2001 21:04:29 -0000 1.1
+++ wsconv.c 4 Oct 2001 20:33:29 -0000 1.2
@@ -1,6 +1,7 @@
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "../../config.h"
#ifdef xHAVE_MMX
@@ -201,4 +202,5 @@
rgb32_g_mask.q = 0x0000FF000000FF00LL; // Mask for the greens of 2 RGB32 pixels
rgb32_b_mask.q = 0x00FF000000FF0000LL; // Mask for the blues of 2 RGB32 pixels
#endif
-}
\ No newline at end of file
+}
+
Index: wsconv.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsconv.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsconv.h 25 Aug 2001 21:04:29 -0000 1.1
+++ wsconv.h 4 Oct 2001 20:33:29 -0000 1.2
@@ -36,4 +36,5 @@
extern void initConverter( void );
-#endif
\ No newline at end of file
+#endif
+
More information about the MPlayer-cvslog
mailing list