wayland-private: Remove unused buffer fields
This commit is contained in:
parent
7d9141c56f
commit
0697b53826
@ -48,14 +48,6 @@ typedef struct
|
|||||||
struct wl_signal destroy_signal;
|
struct wl_signal destroy_signal;
|
||||||
struct wl_listener destroy_listener;
|
struct wl_listener destroy_listener;
|
||||||
|
|
||||||
union
|
|
||||||
{
|
|
||||||
struct wl_shm_buffer *shm_buffer;
|
|
||||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
|
|
||||||
struct wl_buffer *legacy_buffer;
|
|
||||||
G_GNUC_END_IGNORE_DEPRECATIONS;
|
|
||||||
};
|
|
||||||
|
|
||||||
int32_t width, height;
|
int32_t width, height;
|
||||||
uint32_t busy_count;
|
uint32_t busy_count;
|
||||||
} MetaWaylandBuffer;
|
} MetaWaylandBuffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user