X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=f52f1f59c972427e8a7dfd6bf04b9d3eb92a03b2;hb=959078d28a10387d4583f8bd2f46d52a799065d3;hp=d8951556d36063392c4d6badf806f84d439d8760;hpb=0e604fd62231e9375a446a4891efa1ede735f4d2;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 {