X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=edb615c486e61bef5715b908f6f7f28ef8e3de1f;hb=e8ee92700cdae0637fdce80b013bd76aba7a730d;hp=201d5b49cc14748e0fe9047e37c935257277ac16;hpb=0235f1ff0f54978979e94bb8d34ad1a882bbff68;p=xboard.git diff --git a/backend.h b/backend.h index 201d5b4..edb615c 100644 --- a/backend.h +++ b/backend.h @@ -399,6 +399,7 @@ typedef struct XB_CPS { char *egtFormats; /* [HGM] EGT: supported tablebase formats */ int bookSuspend; /* [HGM] book: go was deferred because of book hit */ int pause; /* [HGM] pause: 1=supports it, 2=actually paused */ + int highlight; /* [HGM] engine wants to get lift and put commands */ int nrOptions; /* [HGM] options: remembered option="..." features */ #define MAX_OPTIONS 200 Option option[MAX_OPTIONS];