summaryrefslogtreecommitdiff
path: root/gsk/gl/gskglcommandqueueprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-04-01 22:48:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-04-02 09:06:56 -0400
commit01108d4148b9d4a227c0c48854c58ab27d69410f (patch)
treecf31f42d87a9e3ad660607d8f26ba2186454e10f /gsk/gl/gskglcommandqueueprivate.h
parent7d4c757c58ff18a8bbc89b2d10ba067b3b7ace56 (diff)
downloadgtk+-01108d4148b9d4a227c0c48854c58ab27d69410f.tar.gz
gsk: Pass scale as float to the command queue
Diffstat (limited to 'gsk/gl/gskglcommandqueueprivate.h')
-rw-r--r--gsk/gl/gskglcommandqueueprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gl/gskglcommandqueueprivate.h b/gsk/gl/gskglcommandqueueprivate.h
index c946eb9803..fd72f68aff 100644
--- a/gsk/gl/gskglcommandqueueprivate.h
+++ b/gsk/gl/gskglcommandqueueprivate.h
@@ -288,7 +288,7 @@ void gsk_gl_command_queue_begin_frame (GskGLCommandQueue
void gsk_gl_command_queue_end_frame (GskGLCommandQueue *self);
void gsk_gl_command_queue_execute (GskGLCommandQueue *self,
guint surface_height,
- guint scale_factor,
+ float scale,
const cairo_region_t *scissor,
guint default_framebuffer);
int gsk_gl_command_queue_upload_texture (GskGLCommandQueue *self,