cursor-tracker: Move ref_count to the top

This commit is contained in:
Jasper St. Pierre 2014-03-31 14:18:48 -04:00
parent 11de01741c
commit 08a8254deb

View File

@ -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 {