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"
|
#include "wayland/meta-wayland-private.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
int ref_count;
|
||||||
|
|
||||||
CoglTexture2D *texture;
|
CoglTexture2D *texture;
|
||||||
struct gbm_bo *bo;
|
struct gbm_bo *bo;
|
||||||
int hot_x, hot_y;
|
int hot_x, hot_y;
|
||||||
|
|
||||||
int ref_count;
|
|
||||||
} MetaCursorReference;
|
} MetaCursorReference;
|
||||||
|
|
||||||
struct _MetaCursorTracker {
|
struct _MetaCursorTracker {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user