mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
schedule a frame after commmiting gamma
not doing it, may freeze the output or do not actually change the gamma until creating a client
This commit is contained in:
parent
fdb66ccfa3
commit
733114f0ca
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue