HostDisplay: Support refresh rate queries on all platforms except Mac
This commit is contained in:
@ -38,4 +38,6 @@ struct WindowInfo
|
||||
#ifdef __APPLE__
|
||||
void* surface_handle = nullptr;
|
||||
#endif
|
||||
|
||||
static bool QueryRefreshRateForWindow(const WindowInfo& wi, float* refresh_rate);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user