summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/VidDlg.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-02 01:15:13 +0100
committerAki <please@ignore.pl>2024-03-02 01:18:45 +0100
commite70158ea57302e2fa2d588b67fc8dc18265192eb (patch)
treeec1d90159f147a9aa896cb654cda905c2f3ee357 /StarsEx/VidDlg.h
parent8b21a7027491d7e69bb165c0c50b0a23d1c8755e (diff)
downloadstarshatter-e70158ea57302e2fa2d588b67fc8dc18265192eb.zip
starshatter-e70158ea57302e2fa2d588b67fc8dc18265192eb.tar.gz
starshatter-e70158ea57302e2fa2d588b67fc8dc18265192eb.tar.bz2
You can now toggle Full Screen in Video settings
Full screen setting is preserved after game is restarted. Switching in and out of full screen repetitively causes some mode inconsistencies, but this should be enough for now. You can still force window mode with -win CLI option.
Diffstat (limited to 'StarsEx/VidDlg.h')
-rw-r--r--StarsEx/VidDlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StarsEx/VidDlg.h b/StarsEx/VidDlg.h
index 0b6e918..884428d 100644
--- a/StarsEx/VidDlg.h
+++ b/StarsEx/VidDlg.h
@@ -65,6 +65,7 @@ protected:
BaseScreen* manager;
Starshatter* stars;
+ ComboBox* full_screen;
ComboBox* mode;
ComboBox* tex_size;
ComboBox* detail;