summaryrefslogtreecommitdiff
path: root/tests/testsocket.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-01-28 15:37:57 +0100
committerBenjamin Otte <otte@redhat.com>2011-01-28 17:06:07 +0100
commit388f9fd181543145d42f885f4e72e3c09e8aa0fd (patch)
tree1691a76d79a9c5d8b6053c30f9f1359b1c68f4c9 /tests/testsocket.c
parent4aa67439f33e5410bd17b79d9b03bc1446474d7c (diff)
downloadgtk+-388f9fd181543145d42f885f4e72e3c09e8aa0fd.tar.gz
tests: Use Window instead of GdkNativeWindow in testsocket example
Diffstat (limited to 'tests/testsocket.c')
-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);