Mercurial > sdl-ios-xcode
changeset 4188:9701c96e2cbb SDL-1.2
Updated some URLs in the comments.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 12 Sep 2009 14:05:39 +0000 |
parents | b8d7c7a46ff7 |
children | 95213cf5efcc |
files | src/video/quartz/SDL_QuartzGL.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzGL.m Sat Sep 12 13:16:33 2009 +0000 +++ b/src/video/quartz/SDL_QuartzGL.m Sat Sep 12 14:05:39 2009 +0000 @@ -26,11 +26,11 @@ /* * GL_ARB_Multisample is supposed to be available in 10.1, according to Apple: * - * http://developer.apple.com/opengl/extensions.html#GL_ARB_multisample + * http://developer.apple.com/graphicsimaging/opengl/extensions.html#GL_ARB_multisample * * ...but it isn't in the system headers, according to Sam: * - * http://www.libsdl.org/pipermail/sdl/2003-December/058335.html + * http://lists.libsdl.org/pipermail/sdl-libsdl.org/2003-December/039794.html * * These are normally enums and not #defines in the system headers. *