Remove some dependencies on fixed window and frame sizes

This commit is contained in:
Cameron Gutman
2023-12-17 20:39:26 -06:00
parent 4e7107a09e
commit 481f23b6e9
5 changed files with 71 additions and 54 deletions
+1 -4
View File
@@ -111,11 +111,8 @@ private:
int m_DrmFd;
#endif
int m_VideoWidth;
int m_VideoHeight;
SDL_Window* m_Window;
int m_VideoFormat;
int m_DisplayWidth;
int m_DisplayHeight;
#ifdef HAVE_EGL
enum class EglExportType {