[gtk/wip/chergert/glproto] style cleanup



commit 6e7bd055a64682e00a56867ef4a3548c615f98b7
Author: Christian Hergert <chergert redhat com>
Date:   Thu Feb 18 11:47:39 2021 -0800

    style cleanup

 gsk/next/gskglcommandqueue.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gsk/next/gskglcommandqueue.c b/gsk/next/gskglcommandqueue.c
index 3ec41e9bd5..b4c953adba 100644
--- a/gsk/next/gskglcommandqueue.c
+++ b/gsk/next/gskglcommandqueue.c
@@ -995,20 +995,20 @@ gsk_gl_command_queue_execute (GskGLCommandQueue    *self,
                               const cairo_region_t *scissor)
 {
   G_GNUC_UNUSED guint count = 0;
+  graphene_rect_t scissor_test;
   gboolean has_scissor = scissor != NULL;
   gboolean scissor_state = -1;
-  graphene_rect_t scissor_test;
-  int textures[4];
-  int framebuffer = -1;
-  GLuint vao_id;
-  int next_batch_index;
   guint program = 0;
   guint width = 0;
   guint height = 0;
   guint n_binds = 0;
   guint n_fbos = 0;
   guint n_uniforms = 0;
+  guint vao_id;
   guint vbo_id;
+  int textures[4];
+  int framebuffer = -1;
+  int next_batch_index;
   int active = -1;
 
   g_assert (GSK_IS_GL_COMMAND_QUEUE (self));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]