Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle gamma-control-v1 set_gamma events #7494

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

emersion
Copy link
Member

@emersion emersion commented Mar 6, 2023

@Ferdi265
Copy link
Contributor

Ferdi265 commented Mar 7, 2023

Fixes #7482

@Nefsen402
Copy link
Member

LGTM

@emersion emersion marked this pull request as ready for review June 8, 2023 18:57
@emersion emersion merged commit b1b3563 into swaywm:master Jun 8, 2023
@emersion emersion deleted the set-gamma-event branch June 8, 2023 20:11
const struct wlr_gamma_control_manager_v1_set_gamma_event *event = data;

struct sway_output *output = event->output->data;
output->gamma_lut_changed = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this state not meant to be cleared at some point?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed so. #7634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants