X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5def752285da767c159c1ef88fe7f927dc5286f2..a86a2725f697fec44ea1527b8c11ff43798c9dfe:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 9dcfded7..9e626645 100644 --- a/winstuff.h +++ b/winstuff.h @@ -18,6 +18,13 @@ #endif #endif +#ifndef DONE_TYPEDEFS +#define DONE_TYPEDEFS +typedef struct config_tag Config; +typedef struct backend_tag Backend; +typedef struct terminal_tag Terminal; +#endif + #define PUTTY_REG_POS "Software\\SimonTatham\\PuTTY" #define PUTTY_REG_PARENT "Software\\SimonTatham" #define PUTTY_REG_PARENT_CHILD "PuTTY" @@ -50,6 +57,14 @@ GLOBAL char *help_path; GLOBAL int help_has_contents; /* + * The terminal and logging context are notionally local to the + * Windows front end, but they must be shared between window.c and + * windlg.c. Likewise the saved-sessions list. + */ +GLOBAL Terminal *term; +GLOBAL void *logctx; + +/* * I've just looked in the windows standard headr files for WM_USER, there * are hundreds of flags defined using the form WM_USER+123 so I've * renumbered this NETEVENT value and the two in window.c