mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Restore view_update_position()
This commit is contained in:
parent
19d6cc395d
commit
6ef14e99ee
2 changed files with 15 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface);
|
|||
|
||||
void view_unmap(struct sway_view *view);
|
||||
|
||||
void view_update_position(struct sway_view *view, double ox, double oy);
|
||||
|
||||
void view_update_size(struct sway_view *view, int width, int height);
|
||||
|
||||
void view_child_init(struct sway_view_child *child,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue