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:
parent
5f654069fe
commit
cfbb7a0fa0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user