# HG changeset patch # User arpi # Date 1002227609 0 # Node ID 016f6d58373364edbc0c1f05212c98dc660e3063 # Parent efcab819ac24d9393cdffe1ea3536cbd254392cd missing newlines fixed diff -r efcab819ac24 -r 016f6d583733 Gui/bitmap/bmp/bmp.c --- 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 + diff -r efcab819ac24 -r 016f6d583733 Gui/bitmap/tga/tga.c --- 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 +} + diff -r efcab819ac24 -r 016f6d583733 Gui/error.h --- 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 + diff -r efcab819ac24 -r 016f6d583733 Gui/mplayer/gtk/pl.h --- 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 + diff -r efcab819ac24 -r 016f6d583733 Gui/skin/font.h --- 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 + diff -r efcab819ac24 -r 016f6d583733 Gui/wm/widget.h --- 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 ) ) + diff -r efcab819ac24 -r 016f6d583733 Gui/wm/ws.h --- 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 + diff -r efcab819ac24 -r 016f6d583733 Gui/wm/wsconv.c --- 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 #include -#include +#include #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 +} + diff -r efcab819ac24 -r 016f6d583733 Gui/wm/wsconv.h --- a/Gui/wm/wsconv.h Thu Oct 04 19:11:24 2001 +0000 +++ b/Gui/wm/wsconv.h Thu Oct 04 20:33:29 2001 +0000 @@ -36,4 +36,5 @@ extern void initConverter( void ); -#endif \ No newline at end of file +#endif +