]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gsockmot.c
blind fix for setting selection in combobox text ctrl
[wxWidgets.git] / src / motif / gsockmot.c
index 0898bd4512158c420143f23a3a68825a10ef1eaa..41459ce67947e9994ff3447ca8b00e65b199b089 100644 (file)
@@ -32,9 +32,8 @@ static void _GSocket_Motif_Output(XtPointer data, int *fid,
   _GSocket_Detected_Write(socket);
 }
 
-void _GSocket_GUI_Init(GSocket *socket)
+bool _GSocket_GUI_Init(GSocket *socket)
 {
-  int i;
   int *m_id;
 
   socket->m_gui_dependent = (char *)malloc(sizeof(int)*2);
@@ -42,6 +41,8 @@ void _GSocket_GUI_Init(GSocket *socket)
 
   m_id[0] = -1;
   m_id[1] = -1;
+
+  return TRUE;
 }
 
 void _GSocket_GUI_Destroy(GSocket *socket)