diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-02-20 10:15:07 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-02-20 10:15:07 +0100 |
| commit | 761f69454fb5c5ee00deae5b3c88a2e9b952c460 (patch) | |
| tree | a897af608f5016b311b2c49f397f5062ed5c4a32 /include | |
| parent | e3e3c6a407aa57bfbdfbd9ba54f829f311264fe8 (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, |
