summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index 66a53483a3..7f9a6d12de 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -100,12 +100,12 @@ struct pipe_poly_stipple {
};
-struct pipe_viewport {
+struct pipe_viewport_state {
GLfloat scale[4];
GLfloat translate[4];
};
-struct pipe_scissor_rect {
+struct pipe_scissor_state {
GLshort minx;
GLshort miny;
GLshort maxx;