commit | 3b59755862f4604ded8155404a1fe4c84c606829 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 17:58:29 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 17:58:29 2015 +0200 |
tree | 8bc7ae5bbed29ac2f18a43554764fae092e8ecd3 | |
parent | 54f018cd5994c3ffcd0740526e56db6934edf1f2 [diff] [blame] |
patch 7.4.869 Problem: MS-Windows: scrolling may cause text to disappear when using an Intel GPU. Solution: Call GetPixel(). (Yohei Endo)
diff --git a/src/version.c b/src/version.c index a3eabcf..bc1e555 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 869, +/**/ 868, /**/ 867,