]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
The Windows host key dialogs now have a `Help' button that should give
[PuTTY.git] / windows / winstuff.h
index 97e9bdc1b0eceb93792d9b4b880a5915c188c2a7..fbc9e5f658939fd417a87cf6280d784bf2dd6082 100644 (file)
@@ -66,9 +66,10 @@ typedef struct terminal_tag Terminal;
 typedef HDC Context;
 
 /*
- * Window handles for the dialog boxes that can be running during a
+ * Window handles for the windows that can be running during a
  * PuTTY session.
  */
+GLOBAL HWND hwnd;      /* the main terminal window */
 GLOBAL HWND logbox;
 
 /*