~ruther/dwl

9d138ac95a4575f61893278791d23bd70d02d286 — Alexander Courtis 4 years ago c08ea88
#31 independents retain focus while mouse is over them
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 993,7 993,7 @@ motionnotify(uint32_t time)
				cursor->y - c->surface.xwayland->y - c->bw, &sx, &sy);

	/* Otherwise, find the client under the pointer and send the event along. */
	} else if (!c && (c = xytoclient(cursor->x, cursor->y))) {
	} else if ((c = xytoclient(cursor->x, cursor->y))) {
		if (c->type != XDGShell)
			surface = wlr_surface_surface_at(c->surface.xwayland->surface,
					cursor->x - c->geom.x - c->bw,

Do not follow this link