X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=913dd55d07f885d0e2642ecc809629d824a2cbe0;hb=45bea0f2fdd5d1e938b0b8c0c2044e4d7bd2e0d2;hp=358726a292edd601b1b97a7be7def9820e093266;hpb=73419c47f539f4f6d0700fe8ec89bb0f6259c94e;p=xboard.git diff --git a/frontend.h b/frontend.h index 358726a..913dd55 100644 --- a/frontend.h +++ b/frontend.h @@ -140,6 +140,7 @@ typedef enum { Press, Release } ClickType; void PromotionPopUp P((void)); void DragPieceBegin P((int x, int y, Boolean instantly)); void DragPieceEnd P((int x, int y)); +void DragPieceMove P((int x, int y)); void LeftClick P((ClickType c, int x, int y)); int RightClick P((ClickType c, int x, int y, int *col, int *row)); @@ -170,7 +171,7 @@ void CmailSigHandlerCallBack P((InputSourceRef isr, VOIDSTAR closure, char *buf, int count, int error)); extern ProcRef cmailPR; -extern int shiftKey; +extern int shiftKey, controlKey; /* in xgamelist.c or winboard.c */ void GLT_ClearList(); @@ -238,9 +239,9 @@ void EngineOutputPopDown P((void)); int EngineOutputIsUp P((void)); int EngineOutputDialogExists P((void)); void EvalGraphPopUp P((void)); -void EvalGraphPopDown P((void)); Boolean EvalGraphIsUp P((void)); int EvalGraphDialogExists P((void)); +void SlavePopUp P((void)); /* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void));