Cleanups from yesterday's destabilisation: lots of stuff in
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 646761f..99b1918 100644 (file)
--- 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);