summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_flush.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-10 15:31:26 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-10 15:35:48 +0100
commit47fc2c4349746997704a7f81dffadd22363e0ff1 (patch)
treeda53b452a03ad6909a1b9b95db565fa7a73a511e /src/mesa/state_tracker/st_cb_flush.h
parent12e3bb1a65bbff82dabc64110249c57a711501c1 (diff)
Lift common winsys functions into pipe's new p_winsys.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_flush.h')
-rw-r--r--src/mesa/state_tracker/st_cb_flush.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_cb_flush.h b/src/mesa/state_tracker/st_cb_flush.h
index 29ceab3a56..c26f779225 100644
--- a/src/mesa/state_tracker/st_cb_flush.h
+++ b/src/mesa/state_tracker/st_cb_flush.h
@@ -26,13 +26,13 @@
**************************************************************************/
-#ifndef ST_CB_CLEAR_H
-#define ST_CB_CLEAR_H
+#ifndef ST_CB_FLUSH_H
+#define ST_CB_FLUSH_H
extern void
st_init_flush_functions(struct dd_function_table *functions);
-#endif /* ST_CB_CLEAR_H */
+#endif /* ST_CB_FLUSH_H */