diff options
Diffstat (limited to 'payloads/libpayload/include')
-rw-r--r-- | payloads/libpayload/include/cbgfx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/payloads/libpayload/include/cbgfx.h b/payloads/libpayload/include/cbgfx.h index 2d6b6e938a..3c28a13cb4 100644 --- a/payloads/libpayload/include/cbgfx.h +++ b/payloads/libpayload/include/cbgfx.h @@ -91,6 +91,11 @@ int draw_box(const struct rect *box, const struct rgb_color *rgb); int clear_canvas(struct rgb_color *rgb); /* + * Clear the screen + */ +int clear_screen(struct rgb_color *rgb); + +/* * Draw a bitmap image on screen. * * top_left_rel: coordinate of the top left corner of the image relative to the |