# HG changeset patch # User Ryan C. Gordon # Date 1252764339 0 # Node ID 9701c96e2cbbc683708a96fe5077c7caf4c32281 # Parent b8d7c7a46ff7950b2fbefd5dfa58e3bfc7179bfc Updated some URLs in the comments. diff -r b8d7c7a46ff7 -r 9701c96e2cbb src/video/quartz/SDL_QuartzGL.m --- 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. *