From 359d940358dec836dd0acfe9d9caf0b1ff0a97fe Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 5 Feb 2012 17:25:05 +0000 Subject: Sun Feb 5 17:25:01 UTC 2012 --- extra/freeglut/2.6.0-GFX_radeon.patch | 28 ---------------------------- extra/freeglut/ChangeLog | 8 -------- 2 files changed, 36 deletions(-) delete mode 100644 extra/freeglut/2.6.0-GFX_radeon.patch delete mode 100644 extra/freeglut/ChangeLog (limited to 'extra/freeglut') diff --git a/extra/freeglut/2.6.0-GFX_radeon.patch b/extra/freeglut/2.6.0-GFX_radeon.patch deleted file mode 100644 index 8806fe849..000000000 --- a/extra/freeglut/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 - ); - diff --git a/extra/freeglut/ChangeLog b/extra/freeglut/ChangeLog deleted file mode 100644 index 7dd6847f9..000000000 --- a/extra/freeglut/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -2009-12-30 Eric Belanger - - * freeglut 2.6.0-1 - * Upstream update - * Added libxi depends - * Changed license to MIT - * Added patch to fix an issue with the radeon[hd] ATI opensource drivers - * Added ChangeLog -- cgit v1.2.3-54-g00ecf