tests: Make all alarm filters use the same type
That'll make them more interchangable, would so ever be needed. https://bugzilla.gnome.org/show_bug.cgi?id=790207
This commit is contained in:
@ -50,12 +50,12 @@ test_case_alarm_filter (MetaX11Display *x11_display,
|
||||
GHashTableIter iter;
|
||||
gpointer key, value;
|
||||
|
||||
if (async_waiter_alarm_filter (test->waiter, x11_display, event))
|
||||
if (async_waiter_alarm_filter (x11_display, event, test->waiter))
|
||||
return TRUE;
|
||||
|
||||
g_hash_table_iter_init (&iter, test->clients);
|
||||
while (g_hash_table_iter_next (&iter, &key, &value))
|
||||
if (test_client_alarm_filter (value, x11_display, event))
|
||||
if (test_client_alarm_filter (x11_display, event, value))
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user