mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Fix pointer events for fullscreen views
This commit is contained in:
parent
2ecba101fd
commit
b336564511
3 changed files with 7 additions and 2 deletions
|
|
@ -234,6 +234,10 @@ struct sway_container *container_at(struct sway_container *workspace,
|
|||
double lx, double ly, struct wlr_surface **surface,
|
||||
double *sx, double *sy);
|
||||
|
||||
struct sway_container *container_at_view(struct sway_container *view,
|
||||
double lx, double ly, struct wlr_surface **surface,
|
||||
double *sx, double *sy);
|
||||
|
||||
/**
|
||||
* Apply the function for each descendant of the container breadth first.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue