Merge pull request #2598 from Cacodemon345/qt-fullscreen-stretch-maximize

qt: Add option to apply fullscreen stretching modes when maximized
This commit is contained in:
Miran Grča
2022-08-09 21:35:42 +02:00
committed by GitHub
16 changed files with 69 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ extern atomic_bool doresize_monitors[MONITORS_NUM];
extern int monitor_index_global;
extern int gfxcard_2;
extern int show_second_monitors;
extern int video_fullscreen_scale_maximized;
typedef rgb_t PALETTE[256];