X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=b75ca7cf45d664829f3f3fe0fb23a00a232e89f3;hb=99567fe1b4652cd8b448638817090158773280be;hp=38abd03cd386c9642dbce6ecfa9a28d45a5478fe;hpb=85e09fb8d532d31848d6785dc43b6f9ee56e009a;p=xboard.git diff --git a/frontend.h b/frontend.h index 38abd03..b75ca7c 100644 --- a/frontend.h +++ b/frontend.h @@ -127,6 +127,7 @@ void PromotionPopUp P((void)); void DragPieceBegin P((int x, int y)); void DragPieceEnd 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)); int StartChildProcess P((char *cmdLine, char *dir, ProcRef *pr)); void DestroyChildProcess P((ProcRef pr, int/*boolean*/ signal));