diff options
Diffstat (limited to 'src/mesa/main/scissor.c')
-rw-r--r-- | src/mesa/main/scissor.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/scissor.c b/src/mesa/main/scissor.c index bc8224c7d23..2b568e4926b 100644 --- a/src/mesa/main/scissor.c +++ b/src/mesa/main/scissor.c @@ -210,6 +210,13 @@ _mesa_ScissorIndexedv(GLuint index, const GLint *v) ScissorIndexed(index, v[0], v[1], v[2], v[3], "glScissorIndexedv"); } +void GLAPIENTRY +_mesa_WindowRectanglesEXT(GLenum mode, GLsizei count, const GLint *box) +{ + +} + + /** * Initialize the context's scissor state. * \param ctx the GL context. |