mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 06:45:45 -04:00
Add refresh rate to window/mode info
This commit is contained in:
@ -30,6 +30,7 @@ struct WindowInfo
|
||||
void* window_handle = nullptr;
|
||||
u32 surface_width = 0;
|
||||
u32 surface_height = 0;
|
||||
float surface_refresh_rate = 0.0f;
|
||||
float surface_scale = 1.0f;
|
||||
SurfaceFormat surface_format = SurfaceFormat::RGB8;
|
||||
|
||||
|
Reference in New Issue
Block a user