diff options
author | Marvin Borner | 2021-02-25 15:07:11 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-25 15:07:11 +0100 |
commit | b56323d6c8887e042785e2a6e83a1bee1ac1a394 (patch) | |
tree | f082a07adc52d2b43988a664b7c961e7e74bc6c5 /apps | |
parent | 5e966ce1a9b3b84f3582e1edb362b8af6c921f6f (diff) |
Whoops
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |