X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=4d0afe8ccf0b81812b0df742eafe2ff485f09b7e;hb=0a3919ff10a347a8d840f75fd2c816efe52e5098;hp=ca2622809bbf3dd94ac5e91bc42fd2504b52a4ae;hpb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;p=xboard.git diff --git a/xhistory.c b/xhistory.c index ca26228..4d0afe8 100644 --- a/xhistory.c +++ b/xhistory.c @@ -85,14 +85,14 @@ char historyTranslations[] = ": select-start() \n \ : extend-end() SelectMove() \n"; +#ifdef TODO_GTK void SelectMove (Widget w, XEvent * event, String * params, Cardinal * nParams) { -#ifdef TODO_GTK XawTextPosition index, dummy; XawTextGetSelectionPos(w, &index, &dummy); FindMoveByCharIndex( index ); // [HGM] also does the actual moving to it, now -#endif } +#endif