feat: support gamma controller

optimize format
This commit is contained in:
DreamMaoMao 2025-03-11 08:29:55 +08:00
parent 360e259ca5
commit 2408bbb931
3 changed files with 28 additions and 5 deletions

View file

@ -52,6 +52,7 @@ struct cg_server {
struct wl_listener new_virtual_keyboard;
struct wl_listener new_virtual_pointer;
struct wl_listener set_gamma;
#if CAGE_HAS_XWAYLAND
struct wl_listener new_xwayland_surface;
#endif