summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_readpixels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_cb_readpixels.h')
-rw-r--r--src/mesa/state_tracker/st_cb_readpixels.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mesa/state_tracker/st_cb_readpixels.h b/src/mesa/state_tracker/st_cb_readpixels.h
index 14ec36c0ab3..1ba9424e0de 100644
--- a/src/mesa/state_tracker/st_cb_readpixels.h
+++ b/src/mesa/state_tracker/st_cb_readpixels.h
@@ -31,10 +31,11 @@
#include "main/glheader.h"
-struct dd_function_table;
-
-extern void
-st_init_readpixels_functions(struct dd_function_table *functions);
-
+void
+st_ReadPixels(struct gl_context *ctx, GLint x, GLint y,
+ GLsizei width, GLsizei height,
+ GLenum format, GLenum type,
+ const struct gl_pixelstore_attrib *pack,
+ void *pixels);
#endif /* ST_CB_READPIXELS_H */