~ruther/dwl

e41ed533842d5ed9688eb705ca48b82d0080dfe5 — Devin J. Pohly 4 years ago 2dbe5c6
remove unneeded variable
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 1218,7 1218,6 @@ renderindependents(struct wlr_output *output, struct timespec *now)
void
rendermon(struct wl_listener *listener, void *data)
{
	struct wlr_output *output = data;
	Client *c;
	int render = 1;



@@ 1247,7 1246,7 @@ rendermon(struct wl_listener *listener, void *data)
		wlr_renderer_clear(drw, rootcolor);

		renderclients(m, &now);
		renderindependents(output, &now);
		renderindependents(m->wlr_output, &now);

		/* Hardware cursors are rendered by the GPU on a separate plane, and can be
		 * moved around without re-rendering what's beneath them - which is more

Do not follow this link