diff src/gui.h @ 1137:26a577a823aa

updated for version 7.1a
author vimboss
date Sun, 06 May 2007 12:28:24 +0000
parents 6c4da3e24371
children 3acf7c922a04
line wrap: on
line diff
--- 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