mesa: Add missing include guards
[mesa.git] / src / mesa / main / dd.h
index 78e99bfa235d4f96fcefa0817a2dde6a3cc38cc7..f14c3e04e91a89ad772533362ab7a5b329f537a0 100644 (file)
@@ -429,7 +429,8 @@ struct dd_function_table {
                           struct gl_renderbuffer *rb,
                           GLuint x, GLuint y, GLuint w, GLuint h,
                           GLbitfield mode,
-                          GLubyte **mapOut, GLint *rowStrideOut);
+                          GLubyte **mapOut, GLint *rowStrideOut,
+                          bool flip_y);
 
    void (*UnmapRenderbuffer)(struct gl_context *ctx,
                             struct gl_renderbuffer *rb);