From 47bbdbbbf0431279499a0e9edb59d60799a3eba2 Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 11 Jan 1999 11:38:01 +0000 Subject: Added stub for IvyStop. Someday, we'll have to call the appropriate Xt function --- src/ivyxtloop.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ivyxtloop.c') diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c index 9f3a408..52c3751 100644 --- a/src/ivyxtloop.c +++ b/src/ivyxtloop.c @@ -134,3 +134,10 @@ Channel IvyXtChannelSetUp(HANDLE fd, void *data, return channel; } + +void +IvyStop () +{ + /* To be implemented */ +} + -- cgit v1.1