summaryrefslogtreecommitdiff
path: root/~lukeshu/freeglut26/2.6.0-GFX_radeon.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-06 16:53:08 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-06 16:53:08 -0500
commit418e0caa91977ff47dabe2ae40b16cecb8689771 (patch)
treebf583c7ae62b1ec6c61b063d261e87887bd2da7f /~lukeshu/freeglut26/2.6.0-GFX_radeon.patch
parent6165b85a24773d936783fdd30307d8b767f6554c (diff)
~lukeshu: remove old versions, things not working
Diffstat (limited to '~lukeshu/freeglut26/2.6.0-GFX_radeon.patch')
-rw-r--r--~lukeshu/freeglut26/2.6.0-GFX_radeon.patch28
1 files changed, 0 insertions, 28 deletions
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
- );
-