comparison src/version.c @ 14471:2f6f886d9a87 v8.1.0249

patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it commit https://github.com/vim/vim/commit/7ebf4e1c346783b25624258e5bcc599130fd18f9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 20:01:40 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 20:15:05 +0200
parents 0211e295835e
children 2771a99db70c
comparison
equal deleted inserted replaced
14470:e9ca6470e8c2 14471:2f6f886d9a87
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 249,
797 /**/ 799 /**/
798 248, 800 248,
799 /**/ 801 /**/
800 247, 802 247,
801 /**/ 803 /**/