0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

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)
This commit is contained in:
Bram Moolenaar
2018-08-07 20:01:40 +02:00
parent 8d8a65e389
commit 7ebf4e1c34
2 changed files with 34 additions and 0 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
249,
/**/
248,
/**/