summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/tests/defaultvalue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/tests/defaultvalue.c b/gtk/tests/defaultvalue.c
index 845149094..3d3b98840 100644
--- a/gtk/tests/defaultvalue.c
+++ b/gtk/tests/defaultvalue.c
@@ -102,6 +102,9 @@ test_type (gconstpointer data)
{
GdkWindowAttr attributes;
attributes.window_type = GDK_WINDOW_TEMP;
+ attributes.event_mask = 0;
+ attributes.width = 100;
+ attributes.height = 100;
instance = g_object_ref (gdk_window_new (NULL, &attributes, 0));
}
else