projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7bbf0
)
st/mesa: Add missing header in st_cb_program.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 23:13:15 +0000
(16:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 23:13:15 +0000
(16:13 -0700)
Include mtypes.h for GLcontext symbol.
src/mesa/state_tracker/st_cb_program.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_program.h
b/src/mesa/state_tracker/st_cb_program.h
index 0de96f2fd22e46bea10bd6acd142036248908d8c..0fd179ef3df166b6f89c0048b07242b4ab46650c 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_program.h
+++ b/
src/mesa/state_tracker/st_cb_program.h
@@
-29,6
+29,10
@@
#define ST_CB_PROGRAM_H
+#include "main/mtypes.h"
+
+struct dd_function_table;
+
extern void
st_init_program_functions(struct dd_function_table *functions);