X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=f52f1f59c972427e8a7dfd6bf04b9d3eb92a03b2;hb=33ddf089fa72ec8ed7e9613b1325d71cfe77fc63;hp=d8951556d36063392c4d6badf806f84d439d8760;hpb=699d2cc5efc5e3ef959813b16528e6b23d8de50a;p=xboard.git diff --git a/backend.h b/backend.h index d895155..f52f1f5 100644 --- a/backend.h +++ b/backend.h @@ -303,6 +303,7 @@ typedef struct XB_OPT { // [HGM] options: descriptor of UCI-style option char **choice; // points to array of combo choices in cps->combo Control type; char *name; // holds both option name and text value (in allocated memory) + char **font; } Option; typedef struct XB_CPS {