Update video.h

Fixes a possible conflict.
This commit is contained in:
TC1995
2023-08-12 00:22:54 +02:00
committed by GitHub
parent fea7eb0aad
commit 1907026518

View File

@@ -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;