aboutsummaryrefslogtreecommitdiff
path: root/include/window
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
commita3b9b89a7fd6dbde224d158d38a63b7210092e72 (patch)
treebc758432dc83cb7f27287ead6bc55a35124c8aaa /include/window
parent86df5a580e83c5731c78b5d4f1ce5ce0077835d1 (diff)
Attempt to fix incorrect hdr colors on kde plasma 6.2
Diffstat (limited to 'include/window')
-rw-r--r--include/window/window.h1
1 files changed, 1 insertions, 0 deletions
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;
};