summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-texture-private.h')
-rw-r--r--cogl/cogl-texture-private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cogl/cogl-texture-private.h b/cogl/cogl-texture-private.h
index 1fd6bb16..8cec89f0 100644
--- a/cogl/cogl-texture-private.h
+++ b/cogl/cogl-texture-private.h
@@ -246,7 +246,9 @@ void
_cogl_texture_prep_gl_alignment_for_pixels_upload (int pixels_rowstride);
void
-_cogl_texture_prep_gl_alignment_for_pixels_download (int pixels_rowstride);
+_cogl_texture_prep_gl_alignment_for_pixels_download (int bpp,
+ int width,
+ int rowstride);
/* Utility function to use as a fallback for getting the data of any
texture via the framebuffer */