summaryrefslogtreecommitdiffstats
path: root/abs/core/freeglut/2.6.0-GFX_radeon.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:20:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:20:54 (GMT)
commita42593e18947a8ada541cbb081042c8590f7be11 (patch)
tree83d397d7897e0d57e4039ba3a3cb84b7827601e6 /abs/core/freeglut/2.6.0-GFX_radeon.patch
parent42704f2bc85d82ad27ae012484027e747ee63a52 (diff)
downloadlinhes_pkgbuild-a42593e18947a8ada541cbb081042c8590f7be11.zip
linhes_pkgbuild-a42593e18947a8ada541cbb081042c8590f7be11.tar.gz
linhes_pkgbuild-a42593e18947a8ada541cbb081042c8590f7be11.tar.bz2
freeglut 2.8
Diffstat (limited to 'abs/core/freeglut/2.6.0-GFX_radeon.patch')
-rw-r--r--abs/core/freeglut/2.6.0-GFX_radeon.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/core/freeglut/2.6.0-GFX_radeon.patch b/abs/core/freeglut/2.6.0-GFX_radeon.patch
deleted file mode 100644
index 8806fe8..0000000
--- a/abs/core/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
- );
-