mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-15 11:25:26 +00:00
7 lines
385 B
Markdown
7 lines
385 B
Markdown
|
- Add `xrt_compositor::get_display_refresh_rate` so that the application can
|
||
|
get the current display refresh rate.
|
||
|
- Add `xrt_compositor::request_display_refresh_rate` so that the application can
|
||
|
trigger a display refresh rate change.
|
||
|
- Add `xrt_compositor_event_display_refresh_rate_change` for compositor can
|
||
|
notify applications that the display refresh rate has been changed.
|