mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
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 y,
|
||||||
gint width,
|
gint width,
|
||||||
gint height);
|
gint height);
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
|
/* padding for future expansion */
|
||||||
|
gpointer _padding_dummy[8];
|
||||||
};
|
};
|
||||||
|
|
||||||
GType clutter_wayland_surface_get_type (void) G_GNUC_CONST;
|
GType clutter_wayland_surface_get_type (void) G_GNUC_CONST;
|
||||||
|
Loading…
Reference in New Issue
Block a user