summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyxtloop.c')
-rw-r--r--src/ivyxtloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index 32094e9..0406498 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -111,7 +111,7 @@ void IvyXtChannelAppContext( XtAppContext cntx )
app = cntx;
}
-Channel IvyChannelOpen(HANDLE fd, void *data,
+Channel IvyChannelOpen(IVY_HANDLE fd, void *data,
ChannelHandleDelete handle_delete,
ChannelHandleRead handle_read
)