X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.h;h=9f3cdd795352b3273acf18592fe6f2e5a5902bc7;hb=97e135bdd832be05ef86b2a45b11b2a8adda7b47;hp=5806d53acedf3633d17151c1dd3d0f7316dc3264;hpb=f35945b9d2f4937cadbe7e91d64f8236f57ad031;p=xboard.git diff --git a/xboard.h b/xboard.h index 5806d53..9f3cdd7 100644 --- a/xboard.h +++ b/xboard.h @@ -107,12 +107,7 @@ typedef struct { #define FIRST_CHESS_PROGRAM "fairymax" #define SECOND_CHESS_PROGRAM "fairymax" -/* Default to no flashing (the "usual" XBoard behavior) */ -#define FLASH_COUNT 0 /* Number of times to flash */ -#define FLASH_RATE 5 /* Flashes per second */ - -/* 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);