summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyxtloop.c')
-rw-r--r--src/ivyxtloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index fc5b0ae..e5ceb19 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -48,7 +48,7 @@ struct _channel {
XtInputId id_write;
XtInputId id_delete;
- HANDLE fd;
+ IVY_HANDLE fd;
void *data;
ChannelHandleDelete handle_delete;
ChannelHandleRead handle_read;
@@ -117,7 +117,7 @@ void IvyXtChannelAppContext( XtAppContext cntx )
app = cntx;
}
-Channel IvyChannelAdd(HANDLE fd, void *data,
+Channel IvyChannelAdd(IVY_HANDLE fd, void *data,
ChannelHandleDelete handle_delete,
ChannelHandleRead handle_read,
ChannelHandleWrite handle_write