mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
view set position
This commit is contained in:
parent
83b4c0648d
commit
8bdf3b1b02
6 changed files with 59 additions and 5 deletions
|
|
@ -87,6 +87,8 @@ struct sway_view {
|
|||
enum sway_view_prop prop);
|
||||
void (*set_size)(struct sway_view *view,
|
||||
int width, int height);
|
||||
void (*set_position)(struct sway_view *view,
|
||||
double ox, double oy);
|
||||
} iface;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue