mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
Make 'LogContext' a typedef visible throughout the code.
Same principle again - the more of these structures have globally visible tags (even if the structure contents are still opaque in most places), the fewer of them I can mistake for each other.
This commit is contained in:
@ -162,7 +162,7 @@ struct gui_data {
|
||||
Backend *back;
|
||||
void *backhandle;
|
||||
Terminal *term;
|
||||
void *logctx;
|
||||
LogContext *logctx;
|
||||
int exited;
|
||||
struct unicode_data ucsdata;
|
||||
Conf *conf;
|
||||
|
Reference in New Issue
Block a user