X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26dfedc4fc2abcec898e2911b5bfd4556a81e69e..1be06faf7318abf88a35b299b90ceb2a49c0353b:/src/motif/gsockmot.c diff --git a/src/motif/gsockmot.c b/src/motif/gsockmot.c index 0898bd4512..a5ec3d5c81 100644 --- a/src/motif/gsockmot.c +++ b/src/motif/gsockmot.c @@ -32,7 +32,7 @@ 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; @@ -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)