mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
s/desktop_view_at()/desktop_surface_and_view_at()/
Make is clearer what the function does.
This commit is contained in:
parent
23f28e5082
commit
1e4598cdce
3 changed files with 13 additions and 10 deletions
|
|
@ -297,7 +297,7 @@ wlr_surface *layer_surface_at(struct wl_list *layer, double lx, double ly,
|
|||
}
|
||||
|
||||
struct view *
|
||||
desktop_view_at(struct server *server, double lx, double ly,
|
||||
desktop_surface_and_view_at(struct server *server, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx, double *sy,
|
||||
int *view_area)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue