diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-15 16:57:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-15 16:57:37 +0100 |
commit | 62bbdd7c30e3638e7ade7828df6ddc4e41fccb9e (patch) | |
tree | 80fdc0e5b94e26f62c811bf685bed4e97dae9947 /include | |
parent | b250731b1c365d5ad7cd646cfdf4c39f78a4b420 (diff) |
Revert kde plasma 6.2 hdr workaround code
Diffstat (limited to 'include')
-rw-r--r-- | include/color_conversion.h | 2 | ||||
-rw-r--r-- | include/window/window.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/color_conversion.h b/include/color_conversion.h index ff3f008..c079edd 100644 --- a/include/color_conversion.h +++ b/include/color_conversion.h @@ -40,8 +40,6 @@ typedef struct { gsr_color_range color_range; bool load_external_image_shader; - - bool kde_gamma_correction; } gsr_color_conversion_params; typedef struct { 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; }; |