mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Add a parameter to write_clip() so that windlg.c need not call term_deselect
[originally from svn r681]
This commit is contained in:
2
putty.h
2
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 *, ...);
|
||||
|
Reference in New Issue
Block a user