Added GSocket motif (it compiles but I didn't tested it)

Changed wxSockFlags type (switched to int)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-07-23 17:24:25 +00:00
parent 54c13c66d2
commit dbd300df5c
9 changed files with 149 additions and 35 deletions

View File

@@ -1,3 +1,10 @@
/* -------------------------------------------------------------------------
* Project: GSocket (Generic Socket) for WX
* Name: gsockgtk.c
* Purpose: GSocket: GTK part
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
#include <stdlib.h>
#include <gdk/gdk.h>
#include <glib.h>