From 28982075605d032fd8f33d0f909eb9b735a0fd60 Mon Sep 17 00:00:00 2001 From: Yourtion Date: Fri, 15 Apr 2016 11:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=AE=9E=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11_day/bootpack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11_day/bootpack.c b/11_day/bootpack.c index 377a2e6..b0729f0 100644 --- a/11_day/bootpack.c +++ b/11_day/bootpack.c @@ -52,8 +52,8 @@ void HariMain(void) sheet_slide(sht_mouse, mx, my); sheet_slide(sht_win, 80, 72); sheet_updown(sht_back, 0); - sheet_updown(sht_win, 1); - sheet_updown(sht_mouse, 2); + sheet_updown(sht_mouse, 1); + sheet_updown(sht_win, 2); sprintf(s, "(%3d, %3d)", mx, my); putfonts8_asc(buf_back, binfo->scrnx, 0, 0, COL8_FFFFFF, s); sprintf(s, "memory %dMB free : %dKB", memtotal / (1024 * 1024), memman_total(memman) / 1024);