/* -------------------------------------------------------------------------
* Project: GSocket (Generic Socket) for WX
- * Name: gsockmot.c
+ * Name: src/x11/gsockx11.cpp
* Purpose: GSocket: X11 part
* Licence: The wxWindows licence
* CVSID: $Id$
* ------------------------------------------------------------------------- */
-#include "wx/setup.h"
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#if defined(__BORLANDC__)
+#pragma hdrstop
+#endif
#if wxUSE_SOCKETS
static void _GSocket_X11_Input(int *fid, void* data)
{
GSocket *socket = (GSocket *)data;
-
+
socket->Detected_Read();
}