mirror of
https://github.com/brl/mutter.git
synced 2025-08-13 20:04:51 +00:00
Move alarm and xids management to MetaX11Display
https://bugzilla.gnome.org/show_bug.cgi?id=759538
This commit is contained in:

committed by
Jonas Ådahl

parent
937a9853cd
commit
722c975aca
@@ -44,7 +44,7 @@ void test_init (int argc,
|
||||
char **argv);
|
||||
|
||||
gboolean async_waiter_alarm_filter (AsyncWaiter *waiter,
|
||||
MetaDisplay *display,
|
||||
MetaX11Display *x11_display,
|
||||
XSyncAlarmNotifyEvent *event);
|
||||
|
||||
void async_waiter_set_and_wait (AsyncWaiter *waiter);
|
||||
@@ -56,7 +56,7 @@ void async_waiter_destroy (AsyncWaiter *waiter);
|
||||
char * test_client_get_id (TestClient *client);
|
||||
|
||||
gboolean test_client_alarm_filter (TestClient *client,
|
||||
MetaDisplay *display,
|
||||
MetaX11Display *x11_display,
|
||||
XSyncAlarmNotifyEvent *event);
|
||||
|
||||
gboolean test_client_wait (TestClient *client,
|
||||
|
Reference in New Issue
Block a user