diff options
Diffstat (limited to 'games/pink-pony/files/patch-lib-GL-GLee.h')
-rw-r--r-- | games/pink-pony/files/patch-lib-GL-GLee.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/pink-pony/files/patch-lib-GL-GLee.h b/games/pink-pony/files/patch-lib-GL-GLee.h index 14b1cfc6a422..5f35464b1eab 100644 --- a/games/pink-pony/files/patch-lib-GL-GLee.h +++ b/games/pink-pony/files/patch-lib-GL-GLee.h @@ -1,11 +1,11 @@ --- lib/GL/GLee.h.orig 2009-04-12 22:06:20.000000000 +0400 +++ lib/GL/GLee.h 2009-07-09 23:58:05.000000000 +0400 @@ -747,8 +747,6 @@ -
- /* GLX */
-
-- typedef void (*__GLXextFuncPtr)(void);
--
- #ifndef GLX_ARB_get_proc_address
- #define GLX_ARB_get_proc_address 1
- extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
+ + /* GLX */ + +- typedef void (*__GLXextFuncPtr)(void); +- + #ifndef GLX_ARB_get_proc_address + #define GLX_ARB_get_proc_address 1 + extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); |