X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/948c96efa139d919e03cfa699d3d4a4258876d82..7fce89b9441f5a7c885086af6e0d1bf981156c49:/src/x11/gsockx11.cpp?ds=inline diff --git a/src/x11/gsockx11.cpp b/src/x11/gsockx11.cpp index 580af78d5b..faf91d0e21 100644 --- a/src/x11/gsockx11.cpp +++ b/src/x11/gsockx11.cpp @@ -1,12 +1,17 @@ /* ------------------------------------------------------------------------- * 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 @@ -31,7 +36,7 @@ extern "C" void wxUnregisterSocketCallback(int fd, wxSocketTableType socketType) static void _GSocket_X11_Input(int *fid, void* data) { GSocket *socket = (GSocket *)data; - + socket->Detected_Read(); }