Replace ClutterGeometry by graphene_rect_t
The last of the replacements. It is fine for now to replace ClutterGeometry's integers by floats. https://gitlab.gnome.org/GNOME/mutter/merge_requests/458
This commit is contained in:
@ -82,7 +82,7 @@ struct _ClutterTextClass
|
||||
void (* text_changed) (ClutterText *self);
|
||||
void (* activate) (ClutterText *self);
|
||||
void (* cursor_event) (ClutterText *self,
|
||||
const ClutterGeometry *geometry);
|
||||
const graphene_rect_t *rect);
|
||||
void (* cursor_changed) (ClutterText *self);
|
||||
|
||||
/*< private >*/
|
||||
|
Reference in New Issue
Block a user