add more function comment for HowToWork-cn.md

This commit is contained in:
idea4good
2019-09-12 11:25:07 +08:00
parent c0a85dcb83
commit bfcd714412
2 changed files with 22 additions and 6 deletions

View File

@@ -202,7 +202,6 @@ void c_surface::fill_rect_on_fb(int x0, int y0, int x1, int y1, unsigned int rgb
}
}
}
}
unsigned int c_surface::get_pixel(int x, int y, unsigned int z_order)