1
0
forked from aniani/vim

patch 7.4.2042

Problem:    GTK: display updating is not done properly and can be slow.
Solution:   Use gdk_display_flush() instead of gdk_display_sync(). Don't call
            gdk_window_process_updates().  (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2016-07-15 17:49:58 +02:00
parent 603d657219
commit fdadad994a
2 changed files with 3 additions and 10 deletions

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2042,
/**/
2041,
/**/