X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tests%2Ftestsocket.c;h=c1b59c1ef2f89d8a152fe7c2245d96eb8e6afc34;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=a17a74970e628af6bb31f6d2792ec5069e9e82a6;hpb=2e064b337881a326dd84f78f115d74ceb3034eb9;p=~andy%2Fgtk diff --git a/tests/testsocket.c b/tests/testsocket.c index a17a74970..c1b59c1ef 100644 --- a/tests/testsocket.c +++ b/tests/testsocket.c @@ -14,13 +14,12 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" #include +#include #include #include @@ -249,7 +248,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);