mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
d3b7e040af
commit
e17916d413
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue