From 08a8254debfa097d6574e1c3784d7b71597b4fb1 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 31 Mar 2014 14:18:48 -0400 Subject: [PATCH] cursor-tracker: Move ref_count to the top --- src/core/meta-cursor-tracker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/meta-cursor-tracker.c b/src/core/meta-cursor-tracker.c index 7480ed698..84ccbf998 100644 --- a/src/core/meta-cursor-tracker.c +++ b/src/core/meta-cursor-tracker.c @@ -52,11 +52,11 @@ #include "wayland/meta-wayland-private.h" typedef struct { + int ref_count; + CoglTexture2D *texture; struct gbm_bo *bo; int hot_x, hot_y; - - int ref_count; } MetaCursorReference; struct _MetaCursorTracker {