commit | 023930d62e898652e68c938c6d7ac232556cb7a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 19:40:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 19:40:55 2022 +0000 |
tree | d6e22536d4ed8e65e0dfa1cacad56675ccbc3c44 | |
parent | 184a622adaa4c3d413ee0d38da063474b67ccfe3 [diff] [blame] |
patch 9.0.0984: GUI: remote_foreground() does not always work Problem: GUI: remote_foreground() does not always work. (Ron Aaron) Solution: For GTK use gtk_window_set_keep_above(). (issue #11641)
diff --git a/src/version.c b/src/version.c index e78e71f..6f303d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 984, +/**/ 983, /**/ 982,