# HG changeset patch # User Christopher Rogers # Date 1285295258 0 # Node ID 89382e31e2cdee540eb6f51d9c066af254dac00d # Parent 4829bb876a865653a5e5b30b28ff3408f2a8b3cc Forgot to added patch for freeglut when updating. diff -r 4829bb876a86 -r 89382e31e2cd freeglut/stuff/2.6.0-GFX_radeon.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freeglut/stuff/2.6.0-GFX_radeon.patch Fri Sep 24 02:27:38 2010 +0000 @@ -0,0 +1,28 @@ +Index: src/freeglut_window.c +=================================================================== +--- src/freeglut_window.c (Revision 832) ++++ src/freeglut_window.c (Arbeitskopie) +@@ -594,10 +594,9 @@ + #if TARGET_HOST_POSIX_X11 + if ( window ) + { +- glXMakeContextCurrent( ++ glXMakeCurrent( + fgDisplay.Display, + window->Window.Handle, +- window->Window.Handle, + window->Window.Context + ); + +@@ -932,10 +932,9 @@ + XSetWMProtocols( fgDisplay.Display, window->Window.Handle, + &fgDisplay.DeleteWindow, 1 ); + +- glXMakeContextCurrent( ++ glXMakeCurrent( + fgDisplay.Display, + window->Window.Handle, +- window->Window.Handle, + window->Window.Context + ); +