mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Merge branch 'wlroots' into feature/input
This commit is contained in:
commit
0fdecb4d3a
8 changed files with 132 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