projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e857293
)
st/mesa: Clean up st_cb_viewport.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 00:04:38 +0000
(17:04 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 00:04:38 +0000
(17:04 -0700)
Add inclusion guard.
Add forward declaration.
src/mesa/state_tracker/st_cb_viewport.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_viewport.h
b/src/mesa/state_tracker/st_cb_viewport.h
index db7dd6eab8297af22c587552b5a2d0f072bfb05f..bcfd7cb68af8f79b5cc1a0bb085fbfe1991c6ded 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_viewport.h
+++ b/
src/mesa/state_tracker/st_cb_viewport.h
@@
-25,5
+25,12
@@
*
**************************************************************************/
+#ifndef ST_CB_VIEWPORT_H
+#define ST_CB_VIEWPORT_H
+
+struct dd_function_table;
+
extern void
st_init_viewport_functions(struct dd_function_table *functions);
+
+#endif /* ST_CB_VIEW_PORT_H */