1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 04:52:47 -05:00

Oops - repercussions of the close-on-exit stuff which I forgot to

check in. I must stop doing my Unix checkins in the Unix subdir :-(

[originally from svn r2125]
This commit is contained in:
Simon Tatham
2002-10-24 14:12:55 +00:00
parent c0a3c62f6a
commit 6e549a6db3
3 changed files with 18 additions and 0 deletions

View File

@ -429,6 +429,7 @@ void beep(int);
void begin_session(void);
void sys_cursor(int x, int y);
void request_paste(void);
void frontend_keypress(void);
#define OPTIMISE_IS_SCROLL 1
void set_iconic(int iconic);