X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=a58888bec0fd47176b950854225a56bcb433b868;hb=023dd1a5d064b6a2fbfb8145af8c61261ea53886;hp=ea8688db1c6fa987a443f3ceeb0c6155746ba29c;hpb=476df02707a263f71b8b91f7c6947e8033d20f5e;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index ea8688db..a58888be 100644 --- a/src/tools.h +++ b/src/tools.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // tools.h // ============================================================================ @@ -283,7 +283,9 @@ void ResetFontStatus(void); void SetLevelSetInfo(char *, int); -void ToggleFullscreenOrChangeWindowScalingIfNeeded(void); +void ToggleFullscreenIfNeeded(void); +void ChangeWindowScalingIfNeeded(void); +void ChangeVsyncModeIfNeeded(void); void ChangeViewportPropertiesIfNeeded(void); boolean CheckIfAllViewportsHaveChanged(void);