X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/21cdf8c2848cdafd97523b6604909b02148fcb4f..6475463f799b980dcc922bb113a8d6294beceba4:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 610d71a5..6d5175d5 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -316,6 +316,7 @@ struct dlgparam { struct { unsigned char r, g, b, ok; } coloursel_result; /* 0-255 */ tree234 *privdata; /* stores per-control private data */ int ended, endresult; /* has the dialog been ended? */ + int fixed_pitch_fonts; /* are we constrained to fixed fonts? */ }; /* @@ -374,6 +375,10 @@ void fwdsetter(struct ctlpos *cp, int listid, char *stext, int sid, char *btext, int bid, char *r1text, int r1id, char *r2text, int r2id); +void dlg_auto_set_fixed_pitch_flag(void *dlg); +int dlg_get_fixed_pitch_flag(void *dlg); +void dlg_set_fixed_pitch_flag(void *dlg, int flag); + #define MAX_SHORTCUTS_PER_CTRL 16 /*