X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0f33f9d1535a1384f97c0a4948c95447aa1e400a..cc8b0ee9799e77049db38a11e939f97ef37e57ff:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index dc2f3c4d..fb312df2 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -30,6 +30,8 @@ unsigned long getticks(void); /* based on gettimeofday(2) */ #define WCHAR wchar_t #define BYTE unsigned char +GLOBAL void *logctx; + /* Things pty.c needs from pterm.c */ char *get_x_display(void *frontend); int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */