Re: plug/socket



Hi,

on Fri, 29 Mar 2002 15:40:34 +0000
Ian Molton <spyro armlinux org> wrote:


 #include <gtk/gtk.h>

In the socket code:

add

    #include <gdk/gdkx.h>

and change 

         g_print("XID=%x\n", socket->window);

to:

  g_print("XID=%x\n", GDK_WINDOW_XWINDOW(socket->window));

How could this be ported to MSWindows?

Cheers


-- 
Melvin Hadasht



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]