From cfbb7a0fa0fcd1014984e2b70a8c2a5d12e3ad79 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 29 Feb 2012 19:20:18 +0000 Subject: [PATCH] clutter-wayland-surface: Add padding to the class struct This just adds some padding pointers so that we can later add more virtual functions without breaking ABI. Reviewed-by: Emmanuele Bassi --- clutter/wayland/clutter-wayland-surface.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clutter/wayland/clutter-wayland-surface.h b/clutter/wayland/clutter-wayland-surface.h index e5f64a127..1d7b0c7ce 100644 --- a/clutter/wayland/clutter-wayland-surface.h +++ b/clutter/wayland/clutter-wayland-surface.h @@ -81,6 +81,10 @@ struct _ClutterWaylandSurfaceClass gint y, gint width, gint height); + + /*< private >*/ + /* padding for future expansion */ + gpointer _padding_dummy[8]; }; GType clutter_wayland_surface_get_type (void) G_GNUC_CONST;