X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6437dc6b0d16f23b8dfe7a97a6c67ff277eebc83..c83c79bd0d418b75be5bdc72897415ac15349f10:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index 8cbf6cfe..dad26883 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -595,7 +595,7 @@ static void text_click(Session *s, EventRecord *event) lastwhen = TickCount(); } -void write_clip(void *cookie, wchar_t *data, int len, int must_deselect) +void write_clip(void *cookie, wchar_t *data, int *attr, int len, int must_deselect) { #if !TARGET_API_MAC_CARBON Session *s = cookie;