From aa6d88721453a3f478f9e289a02e1826adc13fff Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 23 Aug 2013 21:54:16 -0400 Subject: [PATCH] wayland-private: Ignore deprecations around legacy_buffer yes, it's deprecated, that's why it's marked legacy. now shush. --- src/wayland/meta-wayland-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland/meta-wayland-private.h b/src/wayland/meta-wayland-private.h index 89c145d0c..6db549133 100644 --- a/src/wayland/meta-wayland-private.h +++ b/src/wayland/meta-wayland-private.h @@ -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;