viewporter: fix outdated docs

wlr_render_subtexture_with_matrix() has been removed.
This commit is contained in:
Kirill Primak 2024-03-24 13:10:52 +03:00 committed by Simon Ser
parent 072f6ed977
commit 2f3ea4590a
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
* *
* - The size of the surface texture may not match the surface size anymore. * - The size of the surface texture may not match the surface size anymore.
* Compositors must use the surface size only. * Compositors must use the surface size only.
* - Compositors must call wlr_render_subtexture_with_matrix() when rendering a * - When rendering a surface texture, compositors should use
* surface texture with the source box returned by * wlr_surface_get_buffer_source_box() to get the source rectangle and crop
* wlr_surface_get_buffer_source_box(). * the texture accordingly.
*/ */
struct wlr_viewporter { struct wlr_viewporter {
struct wl_global *global; struct wl_global *global;