mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
viewporter: fix outdated docs
wlr_render_subtexture_with_matrix() has been removed.
This commit is contained in:
parent
072f6ed977
commit
2f3ea4590a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user