clutter: Specify that input-only grabs are started inactive in API
Add the _inactive suffix, so that the state of these objects is clear. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3747>
This commit is contained in:
@ -625,9 +625,9 @@ grab_input_only (void)
|
||||
|
||||
test_data_init (&data);
|
||||
|
||||
grab = clutter_stage_grab_input_only (CLUTTER_STAGE (data.stage),
|
||||
handle_input_only_event,
|
||||
data.events, NULL);
|
||||
grab = clutter_stage_grab_input_only_inactive (CLUTTER_STAGE (data.stage),
|
||||
handle_input_only_event,
|
||||
data.events, NULL);
|
||||
clutter_grab_activate (grab);
|
||||
event_log_compare ((EventLog *) &grab1_log, data.events);
|
||||
|
||||
|
Reference in New Issue
Block a user