mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Move declaration of write_aclip into winstuff.h.
It's actually a function specific to the Windows front end, and has been all along - but I've only just noticed that no other front end either uses it or defines it.
This commit is contained in:
1
putty.h
1
putty.h
@ -635,7 +635,6 @@ void free_ctx(Context);
|
||||
void palette_set(void *frontend, int, int, int, int);
|
||||
void palette_reset(void *frontend);
|
||||
int palette_get(void *frontend, int n, int *r, int *g, int *b);
|
||||
void write_aclip(void *frontend, char *, int, int);
|
||||
void write_clip(void *frontend, wchar_t *, int *, truecolour *, int, int);
|
||||
void optimised_move(void *frontend, int, int, int);
|
||||
void set_raw_mouse_mode(void *frontend, int);
|
||||
|
Reference in New Issue
Block a user