~ruther/dwl

23fd312409f86848da5b163ae5c19c8e50e09d7d — Leonardo Hernández Hernández 1 year, 4 months ago e39d931
fix typo

Fixes: 7afdc191fe4e9b3d16604b7f0c96f9741247e2d2
Thanks to: David Donahue <david.donahue2996@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 2375,7 2375,7 @@ setup(void)
	 * Initialise the XWayland X server.
	 * It will be started when the first X client is started.
	 */
	if (!(xwayland = wlr_xwayland_create(dpy, compositor, 1))) {
	if ((xwayland = wlr_xwayland_create(dpy, compositor, 1))) {
		LISTEN_STATIC(&xwayland->events.ready, xwaylandready);
		LISTEN_STATIC(&xwayland->events.new_surface, createnotifyx11);


Do not follow this link