1
0
Fork 0

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>
This commit is contained in:
Neil Roberts 2012-02-29 19:20:18 +00:00
parent 5f654069fe
commit cfbb7a0fa0

View file

@ -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;