From 418e0caa91977ff47dabe2ae40b16cecb8689771 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Dec 2013 16:53:08 -0500 Subject: ~lukeshu: remove old versions, things not working --- ~lukeshu/freeglut26/2.6.0-GFX_radeon.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete 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 deleted file mode 100644 index 8806fe849..000000000 --- a/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch +++ /dev/null @@ -1,28 +0,0 @@ -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