From 1907026518066c5a20bf61fbbbce4db0f9218934 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Sat, 12 Aug 2023 00:22:54 +0200 Subject: [PATCH] Update video.h Fixes a possible conflict. --- src/include/86box/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/86box/video.h b/src/include/86box/video.h index 92362b8a9..bc76d60fd 100644 --- a/src/include/86box/video.h +++ b/src/include/86box/video.h @@ -103,8 +103,8 @@ typedef struct monitor_t { int mon_efscrnsz_y; int mon_unscaled_size_x; int mon_unscaled_size_y; - int mon_res_x; - int mon_res_y; + double mon_res_x; + double mon_res_y; int mon_bpp; bitmap_t *target_buffer; int mon_video_timing_read_b;