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

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

st/mesa: Add forward declarations in st_cb_clear.h.

---

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

diff --git a/src/mesa/state_tracker/st_cb_clear.h 
b/src/mesa/state_tracker/st_cb_clear.h
index bc035ac..b27c09d 100644
--- a/src/mesa/state_tracker/st_cb_clear.h
+++ b/src/mesa/state_tracker/st_cb_clear.h
@@ -30,6 +30,9 @@
 #define ST_CB_CLEAR_H
 
 
+struct dd_function_table;
+struct st_context;
+
 extern void
 st_init_clear(struct st_context *st);
 

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

Reply via email to