mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
view activate
This commit is contained in:
parent
3fe64482bb
commit
47f268d8fa
4 changed files with 26 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ struct sway_view {
|
|||
int width, int height);
|
||||
void (*set_position)(struct sway_view *view,
|
||||
double ox, double oy);
|
||||
void (*set_activated)(struct sway_view *view, bool activated);
|
||||
} iface;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue