Update to 14.0-beta1

This commit is contained in:
dP
2024-02-04 02:18:17 +05:30
parent 79037e2c65
commit 33ef333b57
1325 changed files with 138465 additions and 70987 deletions

View File

@@ -42,7 +42,7 @@ const char *VideoDriver_Null::Start(const StringList &parm)
void VideoDriver_Null::Stop() { }
void VideoDriver_Null::MakeDirty(int left, int top, int width, int height) {}
void VideoDriver_Null::MakeDirty(int, int, int, int) {}
void VideoDriver_Null::MainLoop()
{
@@ -61,6 +61,6 @@ void VideoDriver_Null::MainLoop()
}
}
bool VideoDriver_Null::ChangeResolution(int w, int h) { return false; }
bool VideoDriver_Null::ChangeResolution(int, int) { return false; }
bool VideoDriver_Null::ToggleFullscreen(bool fs) { return false; }
bool VideoDriver_Null::ToggleFullscreen(bool) { return false; }