]> Pileus Git - ~andy/gtk/blobdiff - tests/testsocket.c
tests: Use Window instead of GdkNativeWindow in testsocket example
[~andy/gtk] / tests / testsocket.c
index a17a74970e628af6bb31f6d2792ec5069e9e82a6..daa305307156d270143de9f889ead6bd8bab8fd8 100644 (file)
@@ -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);