summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-02-29 19:20:18 +0000
committerNeil Roberts <neil@linux.intel.com>2012-03-01 11:41:52 +0000
commitcfbb7a0fa0fcd1014984e2b70a8c2a5d12e3ad79 (patch)
tree4000b5c9d43efa5e9cd61c96cb26b8437184913f
parent5f654069feff8361509e5fc832f335d653e70726 (diff)
downloadclutter-cfbb7a0fa0fcd1014984e2b70a8c2a5d12e3ad79.tar.gz
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 <ebassi@linux.intel.com>
-rw-r--r--clutter/wayland/clutter-wayland-surface.h4
1 files changed, 4 insertions, 0 deletions
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;