diff options
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |