Mercurial > mplayer.hg
changeset 2082:016f6d583733
missing newlines fixed
author | arpi |
---|---|
date | Thu, 04 Oct 2001 20:33:29 +0000 |
parents | efcab819ac24 |
children | 1de3cf0d7c57 |
files | Gui/bitmap/bmp/bmp.c Gui/bitmap/tga/tga.c Gui/error.h Gui/mplayer/gtk/pl.h Gui/skin/font.h Gui/wm/widget.h Gui/wm/ws.h Gui/wm/wsconv.c Gui/wm/wsconv.h |
diffstat | 9 files changed, 20 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/bitmap/bmp/bmp.c Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/bitmap/bmp/bmp.c Thu Oct 04 20:33:29 2001 +0000 @@ -111,4 +111,5 @@ return 0; } -#endif \ No newline at end of file +#endif +
--- a/Gui/bitmap/tga/tga.c Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/bitmap/tga/tga.c Thu Oct 04 20:33:29 2001 +0000 @@ -186,4 +186,5 @@ tmp.ImageSize=sx * sy * ( BPP / 8 ); tmp.Image=Buffer; tgaWriteTexture( fname,&tmp ); -} \ No newline at end of file +} +
--- a/Gui/error.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/error.h Thu Oct 04 20:33:29 2001 +0000 @@ -18,4 +18,5 @@ extern errorTHandler message; extern errorTHandler dbprintf; -#endif \ No newline at end of file +#endif +
--- a/Gui/mplayer/gtk/pl.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/mplayer/gtk/pl.h Thu Oct 04 20:33:29 2001 +0000 @@ -300,4 +300,5 @@ return PlayList; } -#endif \ No newline at end of file +#endif +
--- a/Gui/skin/font.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/skin/font.h Thu Oct 04 20:33:29 2001 +0000 @@ -28,4 +28,5 @@ extern int fntRead( char * path,char * fname,int id ); extern txSample * fntRender( int id,int px,int sx,char * fmt,... ); -#endif \ No newline at end of file +#endif +
--- a/Gui/wm/widget.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/wm/widget.h Thu Oct 04 20:33:29 2001 +0000 @@ -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 ) ) +
--- a/Gui/wm/ws.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/wm/ws.h Thu Oct 04 20:33:29 2001 +0000 @@ -237,4 +237,5 @@ extern void wsScreenSaverOn( Display *mDisplay ); extern void wsScreenSaverOff( Display * mDisplay ); -#endif \ No newline at end of file +#endif +
--- a/Gui/wm/wsconv.c Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/wm/wsconv.c Thu Oct 04 20:33:29 2001 +0000 @@ -1,6 +1,7 @@ +#include <stdio.h> #include <stdlib.h> -#include <stdio.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 +} +