X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/887035a593c8c0a1af853657c80046e17dc5581a..818ab3bbbe73842da6b50d75ad4a64e40de5e2e6:/raw.c diff --git a/raw.c b/raw.c index 406dc437..90fc8a84 100644 --- a/raw.c +++ b/raw.c @@ -17,7 +17,7 @@ static Socket s = NULL; static int raw_bufsize; static void *frontend; -static void raw_size(void); +static void raw_size(int width, int height); static void c_write(char *buf, int len) { @@ -130,7 +130,7 @@ static int raw_sendbuffer(void) /* * Called to set the size of the window */ -static void raw_size(void) +static void raw_size(int width, int height) { /* Do nothing! */ return;