mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
seat focus on button press
This commit is contained in:
parent
0fdecb4d3a
commit
21626e8153
7 changed files with 90 additions and 4 deletions
|
|
@ -124,6 +124,10 @@ struct sway_container {
|
|||
* Marks applied to the container, list_t of char*.
|
||||
*/
|
||||
list_t *marks;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
void swayc_descendants_of_type(swayc_t *root, enum swayc_types type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue