Skip to content

Commit

Permalink
小实验
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Apr 15, 2016
1 parent f9e8f27 commit 2898207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11_day/bootpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2898207

Please sign in to comment.