diff options
Diffstat (limited to 'gsk/gl/gskglcommandqueueprivate.h')
-rw-r--r-- | gsk/gl/gskglcommandqueueprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gsk/gl/gskglcommandqueueprivate.h b/gsk/gl/gskglcommandqueueprivate.h index 48911305a8..a3985370ee 100644 --- a/gsk/gl/gskglcommandqueueprivate.h +++ b/gsk/gl/gskglcommandqueueprivate.h @@ -298,7 +298,8 @@ gboolean gsk_gl_command_queue_create_render_target (GskGLCommandQueue int min_filter, int mag_filter, guint *out_fbo_id, - guint *out_texture_id); + guint *out_texture_id, + int *out_bit_depth); void gsk_gl_command_queue_delete_program (GskGLCommandQueue *self, guint program_id); void gsk_gl_command_queue_clear (GskGLCommandQueue *self, |