diff options
Diffstat (limited to 'src/ivyglutloop.h')
-rwxr-xr-x | src/ivyglutloop.h | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/ivyglutloop.h b/src/ivyglutloop.h index 0819a93..53437d6 100755 --- a/src/ivyglutloop.h +++ b/src/ivyglutloop.h @@ -6,8 +6,8 @@ * * Main loop based on GLUT ( OpenGL ) Toolkit * - * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr> - * Stéphane Chatty <chatty@cenatoulouse.dgac.fr> + * Authors: François-Régis Colin <colin@cena.fr> + * Stéphane Chatty <chatty@cena.fr> * * $Id$ * @@ -24,30 +24,9 @@ extern "C" { #include <GL/Glut.h> -/* general Handle */ - -#define ANYPORT 0 - -#ifdef WIN32 -#include <windows.h> -#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 } #endif |