diff options
author | Kenny Levinsen <kl@kl.wtf> | 2022-11-26 21:48:53 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-08 16:31:39 +0100 |
commit | 1225f81a6a832fb373b3a62a932e8e0ac9a4381f (patch) | |
tree | 5c8a2ce361a473ecda26f27fc95dde54f958eb9c /include/wlr | |
parent | efb8df8b22ab33208f8daf8ed912757a4acafd51 (diff) |
scene: Add fractional scale handling
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_scene.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index b5d37697..2a2d08da 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -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; |