X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=314176bdb317d99a7f66b937c4383c32f2f333a2;hb=8397d76a8208a09ba3722754c04a2fddaf04713a;hp=ee73ddd617ff6f2fec6e541e8c38825b95eb8ca4;hpb=91d8e5853ca580769cc130aa6ea004869118d171;p=xboard.git diff --git a/frontend.h b/frontend.h index ee73ddd..314176b 100644 --- a/frontend.h +++ b/frontend.h @@ -1,11 +1,13 @@ /* * frontend.h -- Interface exported by all XBoard front ends - * $Id: frontend.h,v 2.2 2003/11/06 07:22:14 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -53,6 +55,7 @@ #define _FRONTEND #include +#include typedef VOIDSTAR ProcRef; #define NoProc ((ProcRef) 0) @@ -112,7 +115,7 @@ void StartLoadGameTimer P((long millisec)); void AutoSaveGame P((void)); typedef void (*DelayedEventCallback) P((void)); -void ScheduleDelayedEvent P((DelayedEventCallback cb, long millisec)); +void ScheduleDelayedEvent P((DelayedEventCallback cb, guint millisec)); DelayedEventCallback GetDelayedEvent P((void)); void CancelDelayedEvent P((void));