diff options
Diffstat (limited to '')
| -rw-r--r-- | dwl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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 | 
