Add a parameter to write_clip() so that windlg.c need not call term_deselect
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 40dd8cb..2f510ff 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -244,7 +244,7 @@ Context get_ctx(void);
 void free_ctx (Context);
 void palette_set (int, int, int, int);
 void palette_reset (void);
-void write_clip (void *, int);
+void write_clip (void *, int, int);
 void get_clip (void **, int *);
 void optimised_move (int, int, int);
 void connection_fatal(char *, ...);