1
0
forked from aniani/vim

updated for version 7.1a

This commit is contained in:
Bram Moolenaar 2007-05-06 12:28:24 +00:00
parent 8bc7847e20
commit b5dd424dc3
2 changed files with 5 additions and 1 deletions

View File

@ -2714,7 +2714,7 @@ gui_wait_for_chars(wtime)
} }
/* /*
* Fill buffer with mouse coordinates encoded for check_termcode(). * Fill p[4] with mouse coordinates encoded for check_termcode().
*/ */
static void static void
fill_mouse_coord(p, col, row) fill_mouse_coord(p, col, row)

View File

@ -71,6 +71,10 @@
# define ALWAYS_USE_GUI # define ALWAYS_USE_GUI
#endif #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) #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) || defined(HAVE_GTK2)
# define USE_ON_FLY_SCROLL # define USE_ON_FLY_SCROLL
#endif #endif