X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a53784ab02034d1bb4c60743aef2faa065fa1f99..8def70c3ec6f81f95673c0de67a75b5a6b2e9e1c:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index 8e73b7db..c1dcc74f 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -106,6 +106,8 @@ typedef struct Session { void *logctx; /* Unicode stuff */ struct unicode_data ucsdata; + /* Session closed flag */ + int session_closed; /* Mac-specific elements */ short fontnum;