mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
12 lines
338 B
C
12 lines
338 B
C
--- src/opengl/GLee.h.orig 2008-09-20 18:40:14.000000000 +0400
|
|
+++ src/opengl/GLee.h 2009-03-10 17:33:52.000000000 +0300
|
|
@@ -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 *);
|