summaryrefslogtreecommitdiffstats
path: root/include/gui/graphic_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/graphic_utils.h')
-rw-r--r--include/gui/graphic_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gui/graphic_utils.h b/include/gui/graphic_utils.h
index 231b3a9414..279fdf91d3 100644
--- a/include/gui/graphic_utils.h
+++ b/include/gui/graphic_utils.h
@@ -28,4 +28,7 @@ void gu_invert_area(struct fb_info *info, void *buf, int startx, int starty, int
void gu_screen_blit_area(struct screen *sc, int startx, int starty, int width,
int height);
+void gu_fill_rectangle(struct screen *sc,
+ int x1, int y1, int x2, int y2,
+ u8 r, u8 g, u8 b, u8 a);
#endif /* __GRAPHIC_UTILS_H__ */