Module: Mesa
Branch: 7.11
Commit: b90c710c6cd8017f59b09d935fbbbe94ada81a12
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b90c710c6cd8017f59b09d935fbbbe94ada81a12

Author: Chia-I Wu <o...@lunarg.com>
Date:   Thu Jun 30 10:23:50 2011 +0900

target/egl-static: fix a compiler warning

(cherry picked from commit 3e3df5fcd19671260fdd983e1ebfaca7826242a6)

---

 src/gallium/targets/egl-static/st_GL.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/egl-static/st_GL.c 
b/src/gallium/targets/egl-static/st_GL.c
index d9ca834..3f4b7a0 100644
--- 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();

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to