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

Scroll optimisations are now controlled by #ifdef OPTIMISE_SCROLL.

Scroll-bar manipulation now uses scroll optimisation more sensibly.

[originally from svn r69]
This commit is contained in:
Ben Harris
1999-03-02 23:47:23 +00:00
parent 23634d10df
commit f4d6dbcc0e
2 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,10 @@
#define PUTTY_REG_POS "Software\\SimonTatham\\PuTTY"
#ifdef macintosh
#define OPTIMISE_SCROLL
#endif
#ifdef macintosh
#include <MacTypes.h>
#include <Palettes.h>