X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/84e1c2a9f24ac5a84a9c8d89e232393522ac9d92..f6f450e2b1db4ae729c6df593dbbbff842bd6f3b:/winstuff.h diff --git a/winstuff.h b/winstuff.h index fed920bd..b94f25d8 100644 --- a/winstuff.h +++ b/winstuff.h @@ -163,6 +163,7 @@ struct dlgparam { HWND hwnd; /* the hwnd of the dialog box */ struct winctrls *controltrees[8]; /* can have several of these */ int nctrltrees; + char *wintitle; /* title of actual window */ char *errtitle; /* title of error sub-messageboxes */ void *data; /* data to pass in refresh events */ union control *focused, *lastfocused; /* which ctrl has focus now/before */