commit | e850439a561d8e7153b987473d768fe9696e9afa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 14:45:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 14:45:03 2022 +0000 |
tree | d4018c5bf17dd649c4b446ddbe25033667fe9d98 | |
parent | 754d2b40369d8fdcf77fc05cc608f86387016bd9 [diff] [blame] |
patch 8.2.4558: Motif: using default colors does not work as expected Problem: Motif: using default colors does not work as expected. Solution: Do not try to store the default colors, use the resources. (closes #9933)
diff --git a/src/version.c b/src/version.c index 9a624cf..f211594 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4558, +/**/ 4557, /**/ 4556,