]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - winstuff.h
Now that we have `appname', make much wider use of it. In
[PuTTY.git] / winstuff.h
index fed920bd8b8bf65f85a609ac9d64dfc7d9a04fec..b94f25d8db1a0b25bfe493a60864296e8cb4936d 100644 (file)
@@ -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 */