From 0129d667cea80b431364dca92c019b5844ae9931 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 20 Jun 2012 23:13:05 -0400 Subject: add ~lukeshu/freeglut26: freeglut-2.6.0 for the programs that broke with 2.8.0 --- ~lukeshu/freeglut26/2.6.0-GFX_radeon.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ~lukeshu/freeglut26/2.6.0-GFX_radeon.patch (limited to '~lukeshu/freeglut26/2.6.0-GFX_radeon.patch') diff --git a/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch b/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch new file mode 100644 index 000000000..8806fe849 --- /dev/null +++ b/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch @@ -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 + ); + -- cgit v1.2.3-2-g168b