projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for rather mysterious problem when deleting the list ctrl
[wxWidgets.git]
/
src
/
motif
/
gsockmot.c
diff --git
a/src/motif/gsockmot.c
b/src/motif/gsockmot.c
index a5ec3d5c816d6d79df95c37e9efc3aecf501efbf..1297cecdee1d7517042c0227e99b3842224f9259 100644
(file)
--- a/
src/motif/gsockmot.c
+++ b/
src/motif/gsockmot.c
@@
-32,9
+32,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);