From b5dd424dc329c652b9ee91e5e1dd31c06d26f6ff Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 May 2007 12:28:24 +0000 Subject: updated for version 7.1a --- src/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 2e757b81ab..14b8d3fa3d 100644 --- a/src/gui.h +++ b/src/gui.h @@ -71,6 +71,10 @@ # define ALWAYS_USE_GUI #endif +/* + * On some systems scrolling needs to be done right away instead of in the + * main loop. + */ #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) || defined(HAVE_GTK2) # define USE_ON_FLY_SCROLL #endif -- cgit v1.2.3