summaryrefslogtreecommitdiff
path: root/testsuite/gtk/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/notify.c')
-rw-r--r--testsuite/gtk/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 9b2a8e98b6..c289c4650f 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -388,6 +388,7 @@ test_type (gconstpointer data)
/* These can't be freely constructed/destroyed */
if (g_type_is_a (type, GTK_TYPE_APPLICATION) ||
g_type_is_a (type, GDK_TYPE_PIXBUF_LOADER) ||
+ g_type_is_a (type, GDK_TYPE_DRAWING_CONTEXT) ||
#ifdef G_OS_UNIX
g_type_is_a (type, GTK_TYPE_PRINT_JOB) ||
#endif