X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ff8699684c32129db801ba4edbde75c98aa23d5..11c084163e3702692586f70a9414dca97bb2a2d6:/src/motif/gsockmot.c diff --git a/src/motif/gsockmot.c b/src/motif/gsockmot.c index a5ec3d5c81..f442a508dc 100644 --- a/src/motif/gsockmot.c +++ b/src/motif/gsockmot.c @@ -3,6 +3,7 @@ * Name: gsockmot.c * Purpose: GSocket: Motif part * CVSID: $Id$ + * Licence: The wxWindows licence * ------------------------------------------------------------------------- */ #include "wx/setup.h" @@ -32,9 +33,8 @@ static void _GSocket_Motif_Output(XtPointer data, int *fid, _GSocket_Detected_Write(socket); } -bool _GSocket_GUI_Init(GSocket *socket) +int _GSocket_GUI_Init(GSocket *socket) { - int i; int *m_id; socket->m_gui_dependent = (char *)malloc(sizeof(int)*2);