Mesa (master): st/mesa: Add forward declarations in st_cb_clear.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 4 19:22:50 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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);
 




More information about the mesa-commit mailing list