From a3b9b89a7fd6dbde224d158d38a63b7210092e72 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 9 Feb 2025 06:51:22 +0100 Subject: Attempt to fix incorrect hdr colors on kde plasma 6.2 --- include/window/window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/window') diff --git a/include/window/window.h b/include/window/window.h index 7839f6a..9e391ed 100644 --- a/include/window/window.h +++ b/include/window/window.h @@ -21,6 +21,7 @@ struct gsr_window { void* (*get_display)(gsr_window *self); void* (*get_window)(gsr_window *self); void (*for_each_active_monitor_output_cached)(const gsr_window *self, active_monitor_callback callback, void *userdata); + bool (*is_compositor_kwin)(const gsr_window *self); /* can be NULL. Is currently only defined for Wayland */ void *priv; }; -- cgit v1.2.3-70-g09d2