From 1e48ff652b95379376044b0a7187e1c75fb76d42 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 16:34:15 +0000 Subject: cleanup sur channel et main loop --- src/ivyglutloop.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/ivyglutloop.h') diff --git a/src/ivyglutloop.h b/src/ivyglutloop.h index 0819a93..9374390 100755 --- a/src/ivyglutloop.h +++ b/src/ivyglutloop.h @@ -26,27 +26,6 @@ extern "C" { /* general Handle */ -#define ANYPORT 0 - -#ifdef WIN32 -#include -#define HANDLE SOCKET -#else -#define HANDLE int -#endif - -#include "ivychannel.h" - -extern void IvyGlutChannelInit(void); - -extern Channel IvyGlutChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read -); - -extern void IvyGlutChannelClose( Channel channel ); #ifdef __cplusplus } -- cgit v1.1