Mercurial > sdl-ios-xcode
changeset 1594:c439dad53df8
Updated my email address.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 23 Mar 2006 06:48:12 +0000 |
parents | 5115439d67b1 |
children | 4aa7df2476e7 |
files | src/audio/disk/SDL_diskaudio.c src/video/dummy/SDL_nullvideo.c |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/disk/SDL_diskaudio.c Thu Mar 23 02:47:56 2006 +0000 +++ b/src/audio/disk/SDL_diskaudio.c Thu Mar 23 06:48:12 2006 +0000 @@ -19,8 +19,7 @@ Sam Lantinga slouken@libsdl.org - This file hacked^H^H^H^H^H^Hwritten by Ryan C. Gordon - (icculus@linuxgames.com) + This file written by Ryan C. Gordon (icculus@icculus.org) */ #include "SDL_config.h"
--- a/src/video/dummy/SDL_nullvideo.c Thu Mar 23 02:47:56 2006 +0000 +++ b/src/video/dummy/SDL_nullvideo.c Thu Mar 23 06:48:12 2006 +0000 @@ -31,7 +31,7 @@ * is a performance problem for a given platform, enable this driver, and * then see if your application runs faster without video overhead. * - * Initial work by Ryan C. Gordon (icculus@linuxgames.com). A good portion + * Initial work by Ryan C. Gordon (icculus@icculus.org). A good portion * of this was cut-and-pasted from Stephane Peter's work in the AAlib * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. */