chase wlroots: wlr_scene_set_gamma_control_manager_v1

Ref: 515275ee7214bf91f8a758b660093eb4b932195a
(wlr_scene: Introduce wlr_scene_set_gamma_control_manager_v1)

This wlroots change eliminates the need for separate event tracking for gamma
control application.

v2: Fix code style
This commit is contained in:
Christopher Snowhill 2026-03-02 18:05:04 -08:00
parent 368ec938a5
commit 055d089066
3 changed files with 3 additions and 61 deletions

View file

@ -274,7 +274,6 @@ struct server {
struct wl_listener renderer_lost;
struct wlr_gamma_control_manager_v1 *gamma_control_manager_v1;
struct wl_listener gamma_control_set_gamma;
struct session_lock_manager *session_lock_manager;