aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2024-08-14 13:42:53 -0400
committerKirill Primak <vyivel@eclair.cafe>2024-08-14 20:45:04 +0300
commitc3279944fb195a5169eb540ef8285533dc5edfba (patch)
treebdf74e667688c2de7c8b6ff05262399e92842a9e /include
parent5a3621460f193416605ad786e33687952527df21 (diff)
output: Use wlr_scene_set_gamma_control_manager_v1
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 7e2d5892..1dcabc25 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -72,7 +72,6 @@ struct sway_output {
uint32_t refresh_nsec;
int max_render_time; // In milliseconds
struct wl_event_source *repaint_timer;
- bool gamma_lut_changed;
bool allow_tearing;
};
@@ -138,8 +137,6 @@ enum wlr_direction opposite_direction(enum wlr_direction d);
void handle_output_layout_change(struct wl_listener *listener, void *data);
-void handle_gamma_control_set_gamma(struct wl_listener *listener, void *data);
-
void handle_output_manager_apply(struct wl_listener *listener, void *data);
void handle_output_manager_test(struct wl_listener *listener, void *data);