commit | 4658228262f491fcb582d531d4e8e5754b0d5e83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 14:35:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 14:35:12 2016 +0200 |
tree | d806543cf578e735b94ebc62e7b785984e37cf5e | |
parent | a58c58b7e1404bb91d59d14539b41390284e7026 [diff] [blame] |
patch 7.4.2094 Problem: The color allocation in X11 is overly complicated. Solution: Remove find_closest_color(), XAllocColor() already does this. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 13c6bfe..0110c1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2094, +/**/ 2093, /**/ 2092,