From c81e9bf4f07d350b860b934aa6bf0c2a7c91d07e Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Sun, 16 Jan 2022 14:15:49 +0000 Subject: patch 8.2.4109: MS-Windows: high dpi support is outdated Problem: MS-Windows: high dpi support is outdated. Solution: Improve High DPI support by using PerMonitorV2. (closes #9525, closes #3102) --- src/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 46d2047ea7..0bd29fceb9 100644 --- a/src/gui.h +++ b/src/gui.h @@ -424,7 +424,7 @@ typedef struct Gui #endif #if defined(FEAT_TOOLBAR) \ - && (defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_HAIKU)) + && (defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_HAIKU) || defined(FEAT_GUI_MSWIN)) int toolbar_height; // height of the toolbar #endif -- cgit v1.2.3