diff options
author | Brian Paul <[email protected]> | 2008-06-13 16:45:15 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:55 -0700 |
commit | 2dbc515a669be123a019aeb4aa5aae6b1679f6a9 (patch) | |
tree | f5fc2e1a77c9ef3fd4d787b42677d6c2806d5695 /src/mesa/glapi/glapitable.h | |
parent | d22ef6bcbaf083b601fe6b37ef2e65e81116082b (diff) |
mesa: move some glapi bits around
Move _glapi_proc typedef from glapitable.h to glapi.h
Also, don't include glapitable.h from glapi.h
Before we were including the huge glapitable.h file in every .c file.
Diffstat (limited to 'src/mesa/glapi/glapitable.h')
-rw-r--r-- | src/mesa/glapi/glapitable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h index 48941f5590e..5d9d40a8a25 100644 --- a/src/mesa/glapi/glapitable.h +++ b/src/mesa/glapi/glapitable.h @@ -37,7 +37,6 @@ # define GLAPIENTRYP GLAPIENTRY * #endif -typedef void (*_glapi_proc)(void); /* generic function pointer */ struct _glapi_table { |