mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
output: Use wlr_scene_set_gamma_control_manager_v1
This commit is contained in:
parent
5a3621460f
commit
c3279944fb
3 changed files with 2 additions and 43 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue