commit | 47f6db90895c01259e90108caae9517e894e1f95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 22:08:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 22:08:46 2021 +0200 |
tree | 303d5fc7ece76998f09282cf1e0452293aabfeaf | |
parent | 1b0a9dd413c03054f461a01531e010ad739617a7 [diff] [blame] |
patch 8.2.2999: balloon sometimes does not hide with GTK 3 Problem: Balloon sometimes does not hide with GTK 3. Solution: Also listen to GDK_LEAVE_NOTIFY. (Johannes Stezenbach)
diff --git a/src/version.c b/src/version.c index 05b4a51..650382e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2999, +/**/ 2998, /**/ 2997,