~ruther/dwl

fcf324be6c661617a835ee504cb160c7d415d2e0 — Leonardo Hernández Hernández 1 year, 6 months ago b8e933b
fix the position of the cursor image after turning all the monitors on
1 files changed, 7 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +7 -0
@@ 2622,6 2622,13 @@ updatemons(struct wl_listener *listener, void *data)
		}
	}

	/* FIXME: figure out why the cursor image is at 0,0 after turning all
	 * the monitors on.
	 * Move the cursor image where it used to be. It does not generate a
	 * wl_pointer.motion event for the clients, it's only the image what it's
	 * at the wrong position after all. */
	wlr_cursor_move(cursor, NULL, 0, 0);

	wlr_output_manager_v1_set_configuration(output_mgr, config);
}


Do not follow this link