wayland-private: Ignore deprecations around legacy_buffer

yes, it's deprecated, that's why it's marked legacy. now shush.
This commit is contained in:
Jasper St. Pierre 2013-08-23 21:54:16 -04:00
parent 13312527de
commit aa6d887214

View File

@ -51,7 +51,9 @@ typedef struct
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;