summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-06-24 10:09:49 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-06-24 10:09:49 -0600
commit733114f0ca5a09b471514d54dbced4a9a6068e7b (patch)
tree2304ac84bf154bed1d51fdfb0f18663a87e72766
parentfdb66ccfa3a035202369bb366a401d49bcce22a0 (diff)
schedule a frame after commmiting gamma
not doing it, may freeze the output or do not actually change the gamma until creating a client
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 4ebceab..8cdcd49 100644
--- a/dwl.c
+++ b/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