projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc1732
)
st/mesa: Add forward declarations in st_cb_clear.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:22:31 +0000
(12:22 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:22:31 +0000
(12:22 -0700)
src/mesa/state_tracker/st_cb_clear.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_clear.h
b/src/mesa/state_tracker/st_cb_clear.h
index bc035ac25ca53784c2a9405e0d650a6518c9ee8d..b27c09d10e4759640b07ccaca3d9d26f21c0261b 100644
(file)
--- 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);