[gtk+] Skip GdkX11DeviceManagerCore in finalize tets
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Skip GdkX11DeviceManagerCore in finalize tets
- Date: Sun, 3 Jan 2016 07:04:32 +0000 (UTC)
commit 6da57d61d5cf90b78de5bf7fc5290c92441f0f23
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 3 01:23:35 2016 -0500
Skip GdkX11DeviceManagerCore in finalize tets
We already skip the XI2 implementation, and the core
one needs to the same treatment.
testsuite/gtk/objects-finalize.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/objects-finalize.c b/testsuite/gtk/objects-finalize.c
index 3568505..e0ebee0 100644
--- a/testsuite/gtk/objects-finalize.c
+++ b/testsuite/gtk/objects-finalize.c
@@ -112,6 +112,7 @@ main (int argc, char **argv)
all_types[i] != GDK_TYPE_X11_CURSOR &&
all_types[i] != GDK_TYPE_X11_SCREEN &&
all_types[i] != GDK_TYPE_X11_DISPLAY &&
+ all_types[i] != GDK_TYPE_X11_DEVICE_MANAGER_CORE &&
all_types[i] != GDK_TYPE_X11_DEVICE_MANAGER_XI2 &&
all_types[i] != GDK_TYPE_X11_DISPLAY_MANAGER &&
all_types[i] != GDK_TYPE_X11_GL_CONTEXT &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]