commit | a338adcf222b6a24e26ea5ae6a2ad27f914acb38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 20:51:47 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 20:51:47 2018 +0100 |
tree | 0ffe28d0a3a60c2c1444a991514505c448d4335b | |
parent | 37badc898b8d167e11553b6d05908ffd35928a6e [diff] [blame] |
patch 8.0.1449: slow redrawing with DirectX Problem: Slow redrawing with DirectX. Solution: Avoid calling gui_mch_flush() unnecessarily, especially when updating the cursor. (Ken Takata, closes #2560)
diff --git a/src/version.c b/src/version.c index 1da5bbd..d6082df 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1449, +/**/ 1448, /**/ 1447,