projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d76097
)
target/egl-static: fix a compiler warning
author
Chia-I Wu
<olv@lunarg.com>
Thu, 30 Jun 2011 01:23:50 +0000
(10:23 +0900)
committer
Chia-I Wu
<olv@lunarg.com>
Thu, 30 Jun 2011 01:23:50 +0000
(10:23 +0900)
src/gallium/targets/egl-static/st_GL.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/egl-static/st_GL.c
b/src/gallium/targets/egl-static/st_GL.c
index d9ca834c267789cb8cdae884d8c1bddd14d81bb5..3f4b7a09fa4d5eae03caeee97442546e85769fcc 100644
(file)
--- a/
src/gallium/targets/egl-static/st_GL.c
+++ b/
src/gallium/targets/egl-static/st_GL.c
@@
-29,6
+29,9
@@
#include "pipe/p_compiler.h"
PUBLIC struct st_api *
+st_api_create_OpenGL(void);
+
+struct st_api *
st_api_create_OpenGL(void)
{
return st_gl_api_create();