Merge branch 'wip/smcv/a11y-tests' into 'main'

tests: Fix signature of GtkTestATContext::update-selection-bound handlers

Closes #6490

See merge request GNOME/gtk!7504
This commit is contained in:
Matthias Clasen 2024-07-27 04:50:14 +00:00
commit 45e76c1604
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ update_caret_pos (GtkATContext *context,
static void
update_selection_bound (GtkATContext *context,
guint selection_bound,
gpointer data)
{
TestData *td = data;

View File

@ -72,7 +72,6 @@ update_caret_pos (GtkATContext *context,
static void
update_selection_bound (GtkATContext *context,
guint selection_bound,
gpointer data)
{
TestData *td = data;