summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testsocket_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsocket_common.c b/tests/testsocket_common.c
index 510d6ffdbe..84faa14672 100644
--- a/tests/testsocket_common.c
+++ b/tests/testsocket_common.c
@@ -280,6 +280,8 @@ create_child_plug (guint32 xid,
return GDK_WINDOW_XID (gtk_widget_get_window (window));
#elif defined (GDK_WINDOWING_WIN32)
return (guint32) GDK_WINDOW_HWND (gtk_widget_get_window (window));
+#elif defined (GDK_WINDOWING_BROADWAY)
+ return (guint32) 0; /* Child windows not supported */
#endif
else
return 0;