summaryrefslogtreecommitdiff
path: root/framebuffer/fb_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_cursor.h')
-rw-r--r--framebuffer/fb_cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/fb_cursor.h b/framebuffer/fb_cursor.h
index cb39c7097..b875cea4e 100644
--- a/framebuffer/fb_cursor.h
+++ b/framebuffer/fb_cursor.h
@@ -27,6 +27,8 @@ void fb_cursor_move(struct framebuffer_s *fb, int x, int y);
void fb_cursor_plot(struct framebuffer_s *fb);
+void fb_cursor_clear(struct framebuffer_s *fb);
+
void fb_cursor_set(fb_cursor_t *cursor, struct bitmap *bmp);
fb_cursor_t *fb_cursor_init(struct framebuffer_s *fb, struct bitmap *bmp);