1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

typo fix: lv_refr_set_round_cb()

This commit is contained in:
Gabor Kiss-Vamosi 2018-03-02 15:34:22 +01:00
parent c0d55112b4
commit fb59508ad1
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t))
* Special display controllers may require special coordinate rounding
* @param cb pointer to the a function which will modify the area
*/
void lv_refr_set_round_cd(void(*cb)(lv_area_t*))
void lv_refr_set_round_cb(void(*cb)(lv_area_t*))
{
round_cb = cb;
}

View File

@ -63,7 +63,7 @@ void lv_refr_set_monitor_cb(void (*cb)(uint32_t, uint32_t));
* Special display controllers may require special coordinate rounding
* @param cb pointer to the a function which will modify the area
*/
void lv_refr_set_round_cd(void(*cb)(lv_area_t*));
void lv_refr_set_round_cb(void(*cb)(lv_area_t*));
/**
* Get the number of areas in the buffer