]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2042 v7.4.2042
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Jul 2016 15:49:58 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Jul 2016 15:49:58 +0000 (17:49 +0200)
commitfdadad994a6e8f6cc8b11519082e23200b96d0ba
tree6cd420adf8a803cd0eac8f46be449fad9302ce13
parent603d657219154ef074eeb70f6892b0b54e4fc19b
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)
src/gui_gtk_x11.c
src/version.c