projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d988135
)
gallium: fix build breakage in st_cb_viewport.c
author
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 22:07:11 +0000
(15:07 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 22:07:11 +0000
(15:07 -0700)
src/mesa/state_tracker/st_cb_viewport.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_viewport.c
b/src/mesa/state_tracker/st_cb_viewport.c
index 7b175288fcb3061772da6edfcf203241ad88461f..75b0a219ce3a557ce8f4df086e3ae38c2292cdb5 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_viewport.c
+++ b/
src/mesa/state_tracker/st_cb_viewport.c
@@
-34,6
+34,8
@@
#include "pipe/p_inlines.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
+#include "pipe/internal/p_winsys_screen.h"
+
static void st_viewport(GLcontext * ctx, GLint x, GLint y,
GLsizei width, GLsizei height)