mirror of
https://github.com/swaywm/sway.git
synced 2026-02-20 01:40:41 -05:00
cursor: Remove node_at_coords unused seat parameter
This commit is contained in:
parent
0215095894
commit
1e373856ed
6 changed files with 22 additions and 28 deletions
|
|
@ -85,8 +85,7 @@ struct sway_cursor {
|
|||
struct sway_node;
|
||||
|
||||
struct sway_node *node_at_coords(
|
||||
struct sway_seat *seat, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx, double *sy);
|
||||
double lx, double ly, struct wlr_surface **surface, double *sx, double *sy);
|
||||
|
||||
void sway_cursor_destroy(struct sway_cursor *cursor);
|
||||
struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue