diff options
author | pommicket <pommicket@gmail.com> | 2023-07-20 20:11:16 -0700 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-20 20:16:12 -0700 |
commit | 02dd1005fee63a66bd8ed9afa647f373ec554a34 (patch) | |
tree | fc34f611ef33f1f34280e38bc960c3b6ad9f0589 /ted.h | |
parent | 6148ea652c3e396a12e739a7d84c1a2e46255485 (diff) |
make ted DPI aware on windows
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -250,6 +250,7 @@ typedef struct { u32 max_file_size; u32 max_file_size_view_only; u16 framerate_cap; + u16 text_size_no_dpi; u16 text_size; u16 max_menu_width; u16 error_display_time; |