WindowInfo: Fix macOS build

This commit is contained in:
Connor McLaughlin 2021-04-03 03:03:42 +10:00
parent 6c59e769ed
commit acff275f6b

View file

@ -83,7 +83,7 @@ bool WindowInfo::QueryRefreshRateForWindow(const WindowInfo& wi, float* refresh_
return GetRefreshRateFromDWM(hwnd, refresh_rate) || GetRefreshRateFromMonitor(hwnd, refresh_rate);
}
#elif defined(__linux__)
#else
#ifdef USE_X11