From b56323d6c8887e042785e2a6e83a1bee1ac1a394 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 25 Feb 2021 15:07:11 +0100 Subject: Whoops --- apps/wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/wm.c b/apps/wm.c index e699801..348667d 100644 --- a/apps/wm.c +++ b/apps/wm.c @@ -183,8 +183,8 @@ static struct rectangle rectangle_at(vec2 pos1, vec2 pos2, struct window *exclud if (start_x <= 0) { // Either right side or background u32 right = start_x + win->ctx.size.x; if (right <= width) { // Right side - end_x = 0; start_x = 0; + end_x = right; } else { // Background start_x = 0; } -- cgit v1.2.3