~ruther/dwl

2ef5abfb728bbf157641becfe0db4d6e3d57bca8 — Leonardo Hernández Hernández 2 years ago 8076b47
remove unneeded check in focusclient()
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1152,7 1152,7 @@ focusclient(Client *c, int lift)
				return;
		} else {
			Client *w;
			if (old->role_data && (w = client_from_wlr_surface(old)))
			if ((w = client_from_wlr_surface(old)))
				for (i = 0; i < 4; i++)
					wlr_scene_rect_set_color(w->border[i], bordercolor);


Do not follow this link