scene: Add fractional scale handling

This commit is contained in:
Kenny Levinsen 2022-11-26 21:48:53 +01:00 committed by Simon Ser
parent efb8df8b22
commit 1225f81a6a
2 changed files with 18 additions and 0 deletions

View file

@ -108,6 +108,7 @@ struct wlr_scene_surface {
struct wlr_addon addon;
struct wl_listener outputs_update;
struct wl_listener output_enter;
struct wl_listener output_leave;
struct wl_listener output_present;