X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=bd8e2ac0525e828fc37683d7c47b44d2a462176c;hb=c245d8f55ee094707771e5225dd91564ded4630c;hp=d74378e989fea07c555addfe50f44446ae70bd0d;hpb=11853992ab85732d1ed848a2d3891f4ab4355c8e;p=xboard.git diff --git a/backend.h b/backend.h index d74378e..bd8e2ac 100644 --- a/backend.h +++ b/backend.h @@ -358,6 +358,7 @@ typedef struct _CPS { int offeredDraw; /* countdown */ int reuse; int useSetboard; /* 0=use "edit"; 1=use "setboard" */ + int extendedEdit;/* 1=also set holdings with "edit" */ int useSAN; /* 0=use coordinate notation; 1=use SAN */ int usePing; /* 0=not OK to use ping; 1=OK */ int lastPing;