diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-20 10:15:07 +0100 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2023-02-20 12:11:07 +0100 |
commit | 7a6c7d60d5dece586654d8855f34da25e92987fa (patch) | |
tree | a897af608f5016b311b2c49f397f5062ed5c4a32 /include | |
parent | 633d409b8897aec48ad1e328cb04261faa2b1a0b (diff) |
Update surface fractional scale on output change
Closes: https://github.com/swaywm/sway/issues/7464
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/surface.h b/include/sway/surface.h index 50681897..a7a8ec3f 100644 --- a/include/sway/surface.h +++ b/include/sway/surface.h @@ -15,6 +15,7 @@ struct sway_surface { struct wl_event_source *frame_done_timer; }; +void surface_update_outputs(struct wlr_surface *surface); void surface_enter_output(struct wlr_surface *surface, struct sway_output *output); void surface_leave_output(struct wlr_surface *surface, |