summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsocket.c b/tests/testsocket.c
index a17a74970e..daa3053071 100644
--- a/tests/testsocket.c
+++ b/tests/testsocket.c
@@ -249,7 +249,7 @@ void
add_local_passive_child (GtkWidget *window)
{
Socket *socket;
- GdkNativeWindow xid;
+ Window xid;
socket = create_socket ();
gtk_box_pack_start (GTK_BOX (box), socket->box, TRUE, TRUE, 0);