commit | b5dd424dc329c652b9ee91e5e1dd31c06d26f6ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 12:28:24 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 12:28:24 2007 +0000 |
tree | 486045c496e4eb672b56ece20d9fee55a3bfee6d | |
parent | 8bc7847e20e974954f9ef9106c8d51c358843bf7 [diff] [blame] |
updated for version 7.1a
diff --git a/src/gui.h b/src/gui.h index 2e757b8..14b8d3f 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