]> 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 0898bd4512158c420143f23a3a68825a10ef1eaa..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);
 }
 
-void _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);
@@ -42,6 +42,8 @@ void _GSocket_GUI_Init(GSocket *socket)
 
   m_id[0] = -1;
   m_id[1] = -1;
+
+  return TRUE;
 }
 
 void _GSocket_GUI_Destroy(GSocket *socket)