cursor-tracker: Move ref_count to the top
This commit is contained in:
parent
11de01741c
commit
08a8254deb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user