]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gsockmot.c
compilation fix for Mac and reformatted the code
[wxWidgets.git] / src / motif / gsockmot.c
index a5ec3d5c816d6d79df95c37e9efc3aecf501efbf..f442a508dcfe9fe93904bafc0b47ef8561c35f12 100644 (file)
@@ -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);