Module: Mesa
Branch: master
Commit: 7fdf6d5c28293e169b7874d95632ec0bba9da78a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fdf6d5c28293e169b7874d95632ec0bba9da78a

Author: Vinson Lee <[email protected]>
Date:   Wed Aug  4 12:24:51 2010 -0700

st/mesa: Add forward declaration in st_cb_condrender.h.

---

 src/mesa/state_tracker/st_cb_condrender.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_condrender.h 
b/src/mesa/state_tracker/st_cb_condrender.h
index 891f1cb..79d0db8 100644
--- a/src/mesa/state_tracker/st_cb_condrender.h
+++ b/src/mesa/state_tracker/st_cb_condrender.h
@@ -29,6 +29,8 @@
 #define ST_CB_CONDRENDER_H
 
 
+struct dd_function_table;
+
 extern void st_init_cond_render_functions(struct dd_function_table *functions);
 
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to