X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=2956cf8bd0da13b53ace7263401e695883140ec4;hb=54fc63f1e8ea41966f47d2b60b616db0a9c5010d;hp=e2b7b60472001b18a23c592bf9ec20107a9fd9f5;hpb=4bfad947161d93ce1b566093211bd05f368bdffe;p=xboard.git diff --git a/frontend.h b/frontend.h index e2b7b60..2956cf8 100644 --- a/frontend.h +++ b/frontend.h @@ -97,6 +97,8 @@ void DrawSeekAxis P(( int x, int y, int xTo, int yTo )); void DrawSeekBackground P(( int left, int top, int right, int bottom )); void DrawSeekText P((char *buf, int x, int y)); void DrawSeekDot P((int x, int y, int color)); +void DrawSeekOpen P((void)); +void DrawSeekClose P((void)); void PopUpMoveDialog P((char first)); void RingBell P((void)); @@ -184,6 +186,7 @@ extern char *homeDir; /* these are in wgamelist.c */ void GameListPopUp P((FILE *fp, char *filename)); +void GameListPopDown P((void)); void GameListHighlight P((int index)); void GameListDestroy P((void));