commit | 3f6a16f022c437eccaeb683640b25a972cb1b376 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 22:58:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 22:58:45 2018 +0200 |
tree | e004b48fa09a91045fd50df8b9c1d62551160180 | |
parent | d8f0cef2bdbdc15d7906f991725e09e67c97cf7e [diff] [blame] |
patch 8.1.0301: GTK: input method popup displayed on wrong screen. Problem: GTK: Input method popup displayed on wrong screen. Solution: Add the screen position offset. (Ken Takata, closes #3268)
diff --git a/src/version.c b/src/version.c index e7ea55f..4cb2f34 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,