[mutter/wayland] wayland-private: Ignore deprecations around legacy_buffer



commit aa6d88721453a3f478f9e289a02e1826adc13fff
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Aug 23 21:54:16 2013 -0400

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/wayland/meta-wayland-private.h b/src/wayland/meta-wayland-private.h
index 89c145d..6db5491 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]