forked from AuroraMiddleware/gtk
gsk: Quiet a compiler warning
This commit is contained in:
parent
32e855ad61
commit
c43e1f3d0a
@ -956,7 +956,7 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
|
||||
guint default_framebuffer)
|
||||
{
|
||||
G_GNUC_UNUSED guint count = 0;
|
||||
graphene_rect_t scissor_test;
|
||||
graphene_rect_t scissor_test = { 0, };
|
||||
gboolean has_scissor = scissor != NULL;
|
||||
gboolean scissor_state = -1;
|
||||
guint program = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user