commit | 28f1a51bde36e2770dd54c9e2ae69a26cafa5a64 | [log] [tgz] |
---|---|---|
author | qsmodo <75080827+qsmodo@users.noreply.github.com> | Mon Feb 07 15:57:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 15:57:50 2022 +0000 |
tree | 13ffaea9fbf64f42af13e039f2adcc5f4922d110 | |
parent | 4e713bafc0ae191b1830e3cd3c323ebd695bc3a1 [diff] [blame] |
patch 8.2.4320: Athena and Motif: when maximized scrollbar position is wrong Problem: Athena and Motif: when maximized scrollbar position is wrong. Solution: Implement the scrollbar padding functions. (closes #9712)
diff --git a/src/version.c b/src/version.c index 3535adb..4fdeb2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4320, +/**/ 4319, /**/ 4318,