mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Only check popups for focused views
This commit is contained in:
parent
b4ed80eabf
commit
250367259f
4 changed files with 84 additions and 149 deletions
|
|
@ -173,13 +173,6 @@ struct sway_container *container_at(struct sway_container *workspace,
|
|||
double lx, double ly, struct wlr_surface **surface,
|
||||
double *sx, double *sy);
|
||||
|
||||
/**
|
||||
* Same as container_at, but only checks for popups only.
|
||||
*/
|
||||
struct sway_container *popup_at(struct sway_container *workspace,
|
||||
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