From 0425fc230fd4da3208afe347f52fd12c2118e29d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 12 Sep 2009 14:05:39 +0000 Subject: [PATCH] Updated some URLs in the comments. --- src/video/quartz/SDL_QuartzGL.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video/quartz/SDL_QuartzGL.m b/src/video/quartz/SDL_QuartzGL.m index b01cf9c43..3864e6892 100644 --- a/src/video/quartz/SDL_QuartzGL.m +++ b/src/video/quartz/SDL_QuartzGL.m @@ -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. *