Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
schedule a frame after commmiting gamma
Browse files Browse the repository at this point in the history
not doing it, may freeze the output or do not actually change the gamma until
creating a client
  • Loading branch information
sevz17 committed Jun 24, 2023
1 parent fdb66cc commit 733114f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,7 @@ setgamma(struct wl_listener *listener, void *data)
}

wlr_output_commit_state(event->output, &state);
wlr_output_schedule_frame(event->output);
}

void
Expand Down

0 comments on commit 733114f

Please sign in to comment.