commit | 36edf0685c8b55ee3ce709058d83ada8027fec1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:10:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:10:12 2016 +0200 |
tree | 06e655f23ec2b4c9b4be5acf22b0869506bddd6b | |
parent | f36213597d737ab500771e87edcf121acd55e277 [diff] [blame] |
patch 7.4.2089 Problem: Color handling of X11 GUIs is too complicated. Solution: Simplify the code. Use RGBA where appropriate. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 8883c29..dccf2ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2089, +/**/ 2088, /**/ 2087,