X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=frontend.h;fp=frontend.h;h=d16fde68c858f7f3ea661fb8e1ddb48ec766e336;hp=e4b8684977a14b161794369ecea980dc1441dae7;hb=81a640a52b1e72cc1d26d9d85a6644ffb933b06c;hpb=496a28be421660ca3fc07884f422f46b474c309a diff --git a/frontend.h b/frontend.h index e4b8684..d16fde6 100644 --- a/frontend.h +++ b/frontend.h @@ -129,7 +129,7 @@ DelayedEventCallback GetDelayedEvent P((void)); void CancelDelayedEvent P((void)); // [HGM] mouse: next six used by mouse handler, which was moved to backend extern int fromX, fromY, toX, toY; -void PromotionPopUp P((void)); +void PromotionPopUp P((char choice)); void DragPieceBegin P((int x, int y, Boolean instantly)); void DragPieceEnd P((int x, int y)); void DragPieceMove P((int x, int y));