From 12751e3fc02e45da1198b82dadf83fe861ebfd1e Mon Sep 17 00:00:00 2001 From: drouin Date: Wed, 1 Sep 2004 15:54:51 +0000 Subject: replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings --- src/ivygtkloop.h | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/ivygtkloop.h (limited to 'src/ivygtkloop.h') diff --git a/src/ivygtkloop.h b/src/ivygtkloop.h deleted file mode 100644 index 78d747a..0000000 --- a/src/ivygtkloop.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Ivy, C interface - * - * Copyright (C) 1997-2000 - * Centre d'Études de la Navigation Aérienne - * - * Main loop based on the GTK Toolkit - * - * Authors: François-Régis Colin - * - * $Id$ - * - * Please refer to file version.h for the - * copyright notice regarding this software - */ - -#ifndef IVYGTKLOOP_H -#define IVYGTKLOOP_H - -#ifdef __cplusplus -extern "C" { -#endif - - -/* general Handle */ - -#define ANYPORT 0 - -#ifdef WIN32 -#include -#define HANDLE SOCKET -#else -#define HANDLE int -#endif - -#include "ivychannel.h" - -extern void IvyGtkChannelInit(void); - -extern Channel IvyGtkChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read -); - -extern void IvyGtkChannelClose( Channel channel ); - - -#ifdef __cplusplus -} -#endif - -#endif - -- cgit v1.1