X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=18565a22c5ecde8998608cbe9f59eeeb632e87d7;hb=49ff2afc84db668b0f58cc3c6f785fc1942039a9;hp=949bb18daa17d5fd973bfb23130163f564e28e2b;hpb=0d88b7c20af19de163b648898ec8d3ed4c31d796;p=xboard.git diff --git a/frontend.h b/frontend.h index 949bb18..18565a2 100644 --- a/frontend.h +++ b/frontend.h @@ -178,6 +178,7 @@ void GameListPopUp P((FILE *fp, char *filename)); void GameListPopDown P((void)); void GameListHighlight P((int index)); void GameListDestroy P((void)); +FILE *GameFile P((void)); /* these are in wedittags.c */ void EditTagsPopUp P((char *tags, char **dest)); @@ -185,7 +186,7 @@ void TagsPopUp P((char *tags, char *msg)); void TagsPopDown P((void)); void ParseIcsTextColors P((void)); -void ICSInitScript P((void)); +int ICSInitScript P((void)); void StartAnalysisClock P((void)); void EngineOutputPopUp P((void)); void EgineOutputPopDown P((void)); @@ -233,6 +234,8 @@ void EvalGraphPopUp P((void)); Boolean EvalGraphIsUp P((void)); int EvalGraphDialogExists P((void)); void SlavePopUp P((void)); +void ActivateTheme P((int new)); +char *Col2Text P((int n)); /* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void));