From: Vinson Lee Date: Wed, 4 Aug 2010 19:22:31 +0000 (-0700) Subject: st/mesa: Add forward declarations in st_cb_clear.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed810ba7243f0b19999c35f21e7be5708446962a;p=mesa.git st/mesa: Add forward declarations in st_cb_clear.h. --- diff --git a/src/mesa/state_tracker/st_cb_clear.h b/src/mesa/state_tracker/st_cb_clear.h index bc035ac25ca..b27c09d10e4 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);