Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/SDL/MyOpenGLView.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ extern int debug;

#if OOLITE_WINDOWS

BOOL wasFullScreen;
BOOL updateContext;
BOOL saveSize;
BOOL atDesktopResolution;
unsigned keyboardMap; // *** FLAGGED for deletion
Expand Down Expand Up @@ -296,7 +294,7 @@ extern int debug;
#if OOLITE_WINDOWS
- (BOOL) getCurrentMonitorInfo:(MONITORINFOEX *)mInfo;
- (MONITORINFOEX) currentMonitorInfo;
- (void) refreshDarKOrLightMode;
- (void) refreshDarkOrLightMode;
- (BOOL) isDarkModeOn;
- (BOOL) atDesktopResolution;
- (float) hdrMaxBrightness;
Expand Down
Loading