commit | 7ebf4e1c346783b25624258e5bcc599130fd18f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 20:01:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 20:01:40 2018 +0200 |
tree | 628a9093edba8e80446676aa0d82cac8db41365d | |
parent | 8d8a65e389cef318ae661ff0fe7b1b00fd7cb25f [diff] [blame] |
patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it Problem: GTK: when screen DPI changes Vim does not handle it. Solution: Handle the gtk-xft-dpi signal. (Roel van de Kraats, closes #2357)
diff --git a/src/version.c b/src/version.c index cc1648f..bb730f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 249, +/**/ 248, /**/ 247,