From b20be7cbad775ec2119e022ed8e4d225a488c90c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 16 Feb 2020 23:05:43 -0500 Subject: Various small cleanups Haven't really gone through ui.c yet. --- ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index aaa7b49..bcb1003 100644 --- a/ui.c +++ b/ui.c @@ -90,10 +90,10 @@ struct Window { }; static struct { - uint show; - uint swap; struct Window *ptrs[IDCap]; uint len; + uint show; + uint swap; } windows; static uint windowPush(struct Window *window) { -- cgit 1.4.0