SDL: Move detection of the desktop resolution into the SdlWindow class

This commit is contained in:
Pawel Kolodziejski 2020-05-10 23:03:57 +02:00
parent d8607341d4
commit d01d06216f
6 changed files with 35 additions and 55 deletions

View file

@ -135,7 +135,6 @@ protected:
// ResidualVM specific code
// Graphics capabilities
void detectDesktopResolution();
void detectFramebufferSupport();
void detectAntiAliasingSupport();
ResVmSdlGraphicsManager::Capabilities _capabilities;