commit | 73a733e08bb7853d2ac12c60756ae51e39abb4d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 11 21:05:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 11 21:05:05 2016 +0200 |
tree | aa036553f56ac13d5f79c0b68af23b1533d9088f | |
parent | de7eb0a47b557eb4656c6b63d421c7e7bae1ef30 [diff] [blame] |
patch 7.4.1830 Problem: non-antialiased misnamed. Solution: Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer, closes #793)
diff --git a/src/version.c b/src/version.c index 42bb079..caf1e46 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1830, +/**/ 1829, /**/ 1828,