Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linux platform support for fetching refresh rate on startup. #52934

Merged
merged 7 commits into from
May 28, 2024
Prev Previous commit
Next Next commit
Fix fallback return value for fl_renderer_get_refresh_rate
  • Loading branch information
bc-lee committed May 26, 2024
commit 6da93fff5f5dda88725d6267d5b6e88801e10c9e
2 changes: 1 addition & 1 deletion shell/platform/linux/fl_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 238,7 @@ void fl_renderer_cleanup(FlRenderer* renderer);
* @renderer: an #FlRenderer.
*
* Returns: The refresh rate of the display in Hz. If the refresh rate is
* not available, returns 0.
* not available, returns -1.0.
*/
gdouble fl_renderer_get_refresh_rate(FlRenderer* renderer);

Expand Down