X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=14fa176077cb5eb4ab86d7c1edfbeded3c9018f1;hb=059c63872e231d159577135b4029a4da237e92a6;hp=63b1080f4614d7473a5e4d035200d2aa4f46ae71;hpb=16484b4a6644a7321ce0e5ab13ec8d08356d467d;p=xboard.git diff --git a/frontend.h b/frontend.h index 63b1080..14fa176 100644 --- a/frontend.h +++ b/frontend.h @@ -160,6 +160,7 @@ void CmailSigHandlerCallBack P((InputSourceRef isr, VOIDSTAR closure, char *buf, int count, int error)); extern ProcRef cmailPR; +extern int shiftKey; /* in xgamelist.c or winboard.c */ void GLT_ClearList(); @@ -223,6 +224,9 @@ void EvalGraphPopUp P((void)); void EvalGraphPopDown P((void)); Boolean EvalGraphIsUp P((void)); int EvalGraphDialogExists P((void)); + +/* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void)); +void HistoryPopUp P((void)); #endif