Revert kde plasma 6.2 hdr workaround code

This commit is contained in:
dec05eba
2025-02-15 16:57:37 +01:00
parent b250731b1c
commit 62bbdd7c30
6 changed files with 10 additions and 85 deletions

View File

@@ -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;
};