X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/887035a593c8c0a1af853657c80046e17dc5581a..ab2c86b9e339e4c0a7d824b1f7ec4efcce985d79:/putty.h?ds=sidebyside diff --git a/putty.h b/putty.h index 646761f7..3594ceb3 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); @@ -429,6 +429,7 @@ void beep(int); void begin_session(void); void sys_cursor(int x, int y); void request_paste(void); +void frontend_keypress(void); #define OPTIMISE_IS_SCROLL 1 void set_iconic(int iconic);