diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-02-08 01:45:50 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-02-08 01:45:50 +0100 |
| commit | f3a57077c7225e7268fc0bd553e2d10fc06c4d2e (patch) | |
| tree | 2df58443a0a67a0415514fe1b80b178fb77f963d /include | |
| parent | b0eacb9f1cec45bbc9e36969b3be19f75542b9aa (diff) | |
view: Read geometry directly in view_update_size
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 18dc2019..86bd981c 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -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, |
