Add the ability to allocate extra per-dialog-instance private data
[u/mdw/putty] / unix / unix.h
index e821cd4..c7f2470 100644 (file)
@@ -47,6 +47,7 @@ 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 */
+long get_windowid(void *frontend);
 
 /* Things uxstore.c needs from pterm.c */
 char *x_get_default(const char *key);