commit | 778df2a3cb8b58b07647952c708439acb0b06d17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 19:19:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 19:19:36 2018 +0200 |
tree | cf0bb4332cd9af416df0cb364fa4b102843332d0 | |
parent | 85eee130f44a2201d88ca2aeff0af3b11dd75fa9 [diff] [blame] |
patch 8.0.1800: X11: getting color is slow Problem: X11: getting color is slow. Solution: Avoid using sprintf() and XParseColor(), put the RGB values in XColor directly.
diff --git a/src/version.c b/src/version.c index 7f7e1b6..0e1cdff 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1800, +/**/ 1799, /**/ 1798,