X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=236a69df7ebadefbfbdd6005377285e32237d14a;hb=02de46755f727ffb565f7c855f37c344eee925ff;hp=b433e680b93223f2810c2648636d8d4d1990e66f;hpb=d628e1610653266459dfec9aad86aa6615ea886a;p=xboard.git diff --git a/common.h b/common.h index b433e68..236a69d 100644 --- a/common.h +++ b/common.h @@ -461,8 +461,7 @@ typedef struct { Boolean autoComment; Boolean getMoveList; Boolean testLegality; - int borderXoffset; /* xboard only */ - int borderYoffset; /* xboard only */ + Boolean topLevel; /* xboard, top-level auxiliary windows */ Boolean titleInWindow; /* xboard only */ Boolean localLineEditing; /* WinBoard only */ Boolean zippyTalk; @@ -654,6 +653,7 @@ typedef struct { char *fenOverride[ENGINES]; char *features[ENGINES]; char *featureDefaults; + char *sysOpen; Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */