X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=dialogs.h;h=99b01e40e46dda6bcd7ed5789103ceffa77a88de;hp=65e7b5945ec41f7c32e9df69b9f6774a82098b03;hb=HEAD;hpb=aedcb1a2e157f3cc39809c0c48a107f3df6c84db diff --git a/dialogs.h b/dialogs.h index 65e7b59..99b01e4 100644 --- a/dialogs.h +++ b/dialogs.h @@ -133,6 +133,7 @@ extern WindowPlacement wpComment, wpTags, wpMoveHistory, wpMain, wpDualBoard, wp extern char *marked[]; extern Boolean shellUp[]; extern Option textOptions[], typeOptions[], dualOptions[], mainOptions[]; +extern Option historyOptions[], engoutOptions[], gamesOptions[], chatOptions[], tagsOptions[], commentOptions[]; #define MAX_SIZE 130 extern Boolean fontIsSet[], fontValid[][MAX_SIZE]; extern int initialSquareSize; @@ -210,6 +211,8 @@ void WidgetEcho P((Option *opt, int n)); int ErrorOK P((int n)); void ApplyFont P((Option *opt, char *font)); void LockBoardSize P((int after)); +void Preview P((int n, char *s)); +void DrawPosition P((int fullRedraw, Board b)); // in ngamelist.c