Rename wlr_surface_get_extends() to wlr_surface_get_extents()

Extend (verb): cause to cover a wider area; make larger.
This commit is contained in:
Kirill Primak 2021-09-25 12:50:11 +03:00 committed by Simon Zeni
parent d3b7e040af
commit e17916d413
3 changed files with 3 additions and 3 deletions

View file

@ -381,7 +381,7 @@ void wlr_surface_send_frame_done(struct wlr_surface *surface,
* surface coordinates.
* X and y may be negative, if there are subsurfaces with negative position.
*/
void wlr_surface_get_extends(struct wlr_surface *surface, struct wlr_box *box);
void wlr_surface_get_extents(struct wlr_surface *surface, struct wlr_box *box);
/**
* Get the struct wlr_surface corresponding to a wl_surface resource.