X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.h;h=9f3cdd795352b3273acf18592fe6f2e5a5902bc7;hb=74113c74ca3c2294082fcf9dc87e2af8f991c3cc;hp=3cc22d15c0b5e0697c168b56269aff52d4861322;hpb=91d8e5853ca580769cc130aa6ea004869118d171;p=xboard.git diff --git a/xboard.h b/xboard.h index 3cc22d1..9f3cdd7 100644 --- a/xboard.h +++ b/xboard.h @@ -1,11 +1,11 @@ /* * xboard.h -- Parameter definitions for X front end - * $Id: xboard.h,v 2.1 2003/10/27 19:21:00 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. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -67,6 +67,7 @@ #define COLOR_REQUEST "red" #define COLOR_SEEK "blue" #define COLOR_NORMAL "default" +#define COLOR_LOWTIMEWARNING "red" typedef struct { char *name; @@ -103,15 +104,10 @@ typedef struct { #define BORDER_X_OFFSET 3 #define BORDER_Y_OFFSET 27 -#define FIRST_CHESS_PROGRAM "./fmax" -#define SECOND_CHESS_PROGRAM "./fmax" - -/* Default to no flashing (the "usual" XBoard behavior) */ -#define FLASH_COUNT 0 /* Number of times to flash */ -#define FLASH_RATE 5 /* Flashes per second */ +#define FIRST_CHESS_PROGRAM "fairymax" +#define SECOND_CHESS_PROGRAM "fairymax" -/* Default delay per character (in msec) while sending login script */ -#define MS_LOGIN_DELAY 0 +#define XBOARD True typedef int (*FileProc) P((FILE *f, int n, char *title)); void CatchDeleteWindow(Widget w, String procname);