summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-01-16 14:15:49 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-16 14:15:49 +0000
commitc81e9bf4f07d350b860b934aa6bf0c2a7c91d07e (patch)
tree70da1af5033a573951ecf9f52e4c3854f17a36c7 /src/gui.h
parentf6ebc820041b3f77794297026b46c1ebbc279a3a (diff)
patch 8.2.4109: MS-Windows: high dpi support is outdatedv8.2.4109
Problem: MS-Windows: high dpi support is outdated. Solution: Improve High DPI support by using PerMonitorV2. (closes #9525, closes #3102)
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
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