1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Update clipping interface for true-colour

This commit is contained in:
Jeff Smith
2017-06-14 08:11:05 -05:00
committed by Simon Tatham
parent 298b9fd4d4
commit 7bdfdabb5e
5 changed files with 22 additions and 12 deletions

View File

@ -4989,7 +4989,8 @@ void write_aclip(void *frontend, char *data, int len, int must_deselect)
/*
* Note: unlike write_aclip() this will not append a nul.
*/
void write_clip(void *frontend, wchar_t * data, int *attr, int len, int must_deselect)
void write_clip(void *frontend, wchar_t *data, int *attr, truecolour *truecolour,
int len, int must_deselect)
{
HGLOBAL clipdata, clipdata2, clipdata3;
int len2;