From 7a6c7d60d5dece586654d8855f34da25e92987fa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Feb 2023 10:15:07 +0100 Subject: Update surface fractional scale on output change Closes: https://github.com/swaywm/sway/issues/7464 --- include/sway/surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3