aboutsummaryrefslogtreecommitdiff
path: root/include/window
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-15 16:57:37 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-15 16:57:37 +0100
commit62bbdd7c30e3638e7ade7828df6ddc4e41fccb9e (patch)
tree80fdc0e5b94e26f62c811bf685bed4e97dae9947 /include/window
parentb250731b1c365d5ad7cd646cfdf4c39f78a4b420 (diff)
Revert kde plasma 6.2 hdr workaround code
Diffstat (limited to 'include/window')
-rw-r--r--include/window/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/window/window.h b/include/window/window.h
index 9e391ed..7839f6a 100644
--- a/include/window/window.h
+++ b/include/window/window.h
@@ -21,7 +21,6 @@ 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;
};