From d0cccdf783f02c8809d30b4945f688769ad10fa8 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 15 Jan 2003 02:40:54 +0000 Subject: [PATCH] formatting, comments --- arch/ogl/glx.c | 16 ++-------------- arch/ogl/gr.c | 2 +- arch/ogl/ogl.c | 2 +- arch/ogl/wgl.c | 12 ++---------- arch/sdl/joydefs.c | 18 +----------------- 5 files changed, 7 insertions(+), 43 deletions(-) diff --git a/arch/ogl/glx.c b/arch/ogl/glx.c index 48d710e4..dde24146 100644 --- a/arch/ogl/glx.c +++ b/arch/ogl/glx.c @@ -1,20 +1,8 @@ +/* $Id: glx.c,v 1.4 2003-01-15 02:40:54 btb Exp $ */ /* - * $Source: /cvs/cvsroot/d2x/arch/ogl/glx.c,v $ - * $Revision: 1.3 $ - * $Author: bradleyb $ - * $Date: 2001-11-04 08:49:57 $ * * opengl platform specific functions for GLX - Added 9/15/99 Matthew Mueller * - * $Log: not supported by cvs2svn $ - * Revision 1.2 2001/10/31 07:35:47 bradleyb - * Sync with d1x - * - * Revision 1.1 2001/10/25 08:25:34 bradleyb - * Finished moving stuff to arch/blah. I know, it's ugly, but It'll be easier to sync with d1x. - * - * Revision 1.3 2001/01/29 13:47:52 bradleyb - * Fixed build, some minor cleanups. * */ @@ -35,7 +23,7 @@ #include #include #endif - + #include diff --git a/arch/ogl/gr.c b/arch/ogl/gr.c index e7593848..a962a823 100644 --- a/arch/ogl/gr.c +++ b/arch/ogl/gr.c @@ -1,4 +1,4 @@ -/* $ Id: $ */ +/* $Id: gr.c,v 1.9 2003-01-15 02:40:54 btb Exp $ */ /* * * OGL video functions. - Added 9/15/99 Matthew Mueller diff --git a/arch/ogl/ogl.c b/arch/ogl/ogl.c index 3e090d9d..c6aabd0b 100644 --- a/arch/ogl/ogl.c +++ b/arch/ogl/ogl.c @@ -1,4 +1,4 @@ -/* $ Id: $ */ +/* $Id: ogl.c,v 1.7 2003-01-15 02:40:54 btb Exp $ */ /* * * Graphics support functions for OpenGL. diff --git a/arch/ogl/wgl.c b/arch/ogl/wgl.c index 45fc2e6b..f76e21b3 100644 --- a/arch/ogl/wgl.c +++ b/arch/ogl/wgl.c @@ -1,20 +1,11 @@ +/* $Id: wgl.c,v 1.3 2003-01-15 02:40:54 btb Exp $ */ /* - * $Source: /cvs/cvsroot/d2x/arch/ogl/wgl.c,v $ - * $Revision: 1.2 $ - * $Author: bradleyb $ - * $Date: 2001-11-04 08:49:57 $ * * opengl platform specific functions for WGL - added by Peter Hawkins * fullscreen example code courtesy of Jeff Slutter * everything merged together and cleaned up by Matt Mueller * (with some win32 help from Nirvana) * - * $Log: not supported by cvs2svn $ - * Revision 1.1 2001/10/25 08:25:34 bradleyb - * Finished moving stuff to arch/blah. I know, it's ugly, but It'll be easier to sync with d1x. - * - * Revision 1.2 2001/01/29 13:47:52 bradleyb - * Fixed build, some minor cleanups. * */ @@ -24,6 +15,7 @@ #include #include + #include "ogl_init.h" #include "vers_id.h" #include "error.h" diff --git a/arch/sdl/joydefs.c b/arch/sdl/joydefs.c index de9b9e03..422873a3 100644 --- a/arch/sdl/joydefs.c +++ b/arch/sdl/joydefs.c @@ -1,24 +1,8 @@ +/* $Id: joydefs.c,v 1.5 2003-01-15 02:40:54 btb Exp $ */ /* - * $Source: /cvs/cvsroot/d2x/arch/sdl/joydefs.c,v $ - * $Revision: 1.4 $ - * $Author: bradleyb $ - * $Date: 2002-03-05 12:38:08 $ * * SDL joystick support * - * $Log: not supported by cvs2svn $ - * Revision 1.3 2001/11/14 03:56:53 bradleyb - * #include pstypes.h - * - * Revision 1.2 2001/11/14 03:29:39 bradleyb - * copied joydefs_config from linux/joydefs.c - controls menu now works - * - * Revision 1.1 2001/10/24 09:25:05 bradleyb - * Moved input stuff to arch subdirs, as in d1x. - * - * Revision 1.1 2001/10/10 03:01:29 bradleyb - * Replacing win32 joystick (broken) with SDL joystick (stubs) - * * */ -- 2.39.2