X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2df34b4321465f778e00edfdd2b44ae8f3d2dc8f..f278d6f8b2cf652516548664d5c0d5103683c4f6:/putty.h diff --git a/putty.h b/putty.h index 646761f7..99b19180 100644 --- a/putty.h +++ b/putty.h @@ -194,7 +194,7 @@ struct backend_tag { int (*send) (char *buf, int len); /* back->sendbuffer() does the same thing but without attempting a send */ int (*sendbuffer) (void); - void (*size) (void); + void (*size) (int width, int height); void (*special) (Telnet_Special code); Socket(*socket) (void); int (*exitcode) (void);