mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
doc: Document !1786
And update !2051's changelog a little bit. Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/1786>
This commit is contained in:
parent
7e9c6135be
commit
1ec873376b
2
doc/changes/auxiliary/mr.1786.md
Normal file
2
doc/changes/auxiliary/mr.1786.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
a/android: Add APIs for getting supported/current display refresh rates/rate
|
||||
on Android device.
|
1
doc/changes/compositor/mr.1786.md
Normal file
1
doc/changes/compositor/mr.1786.md
Normal file
|
@ -0,0 +1 @@
|
|||
main: Implement the dynamic display refresh rates support on Android platform.
|
6
doc/changes/xrt/mr.1786.md
Normal file
6
doc/changes/xrt/mr.1786.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
- 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.
|
Loading…
Reference in a new issue