X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=49544236a40ed99586f3fa3f59d81d6c26a8eac1;hb=95244a1c40718e9ad8bda9e2df66677e180354d6;hp=15c2725d4748337480e0538042b3d4d0290098d0;hpb=4247eefccb8916d045dccd2d63a4b78f8c5cdf45;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 15c2725..4954423 100644 --- a/dialogs.h +++ b/dialogs.h @@ -77,6 +77,8 @@ #define NO_OK (1 << 1) #define NO_CANCEL (1 << 2) +#define REPLACE (1 << 16) + #define MODAL 1 #define NONMODAL 0 @@ -201,6 +203,8 @@ void RefreshColor P((int source, int n)); void SendString P((char *p)); void DisplayHelp P((char *name)); void WidgetEcho P((Option *opt, int n)); +int ErrorOK P((int n)); + // in ngamelist.c int GameListClicks P((int direction));