X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=913dd55d07f885d0e2642ecc809629d824a2cbe0;hb=9d3e2828cf9fbfa1160ac7e4d61d82b2d06a3406;hp=4cad55a46dd08355566be280fbf9d01fdd27c057;hpb=37ba6fd87b2253e7ae140be53b49933cd5bc951e;p=xboard.git diff --git a/frontend.h b/frontend.h index 4cad55a..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(); @@ -240,6 +241,7 @@ int EngineOutputDialogExists P((void)); void EvalGraphPopUp P((void)); Boolean EvalGraphIsUp P((void)); int EvalGraphDialogExists P((void)); +void SlavePopUp P((void)); /* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void));