~ruther/dwl

27ab9cf1b1230e6e839a6a10eb85c670c59d6f9d — Leonardo Hernández Hernández 2 years ago 1b39bbf
call updatemons() in requestmonstate()

This way we make sure that the Monitor's boxes are updated correctly
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 1738,6 1738,7 @@ requestmonstate(struct wl_listener *listener, void *data)
{
	struct wlr_output_event_request_state *event = data;
	wlr_output_commit_state(event->output, event->state);
	updatemons(NULL, NULL);
}

void

Do not follow this link