mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
view: Read geometry directly in view_update_size
This commit is contained in:
parent
82b1019658
commit
63a6635163
4 changed files with 6 additions and 6 deletions
|
@ -316,7 +316,7 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
|
|||
|
||||
void view_unmap(struct sway_view *view);
|
||||
|
||||
void view_update_size(struct sway_view *view, int width, int height);
|
||||
void view_update_size(struct sway_view *view);
|
||||
void view_center_surface(struct sway_view *view);
|
||||
|
||||
void view_child_init(struct sway_view_child *child,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue