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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framebuffer/fb_cursor.h b/framebuffer/fb_cursor.h
index 97cc5eb43..cb39c7097 100644
--- a/framebuffer/fb_cursor.h
+++ b/framebuffer/fb_cursor.h
@@ -27,7 +27,9 @@ void fb_cursor_move(struct framebuffer_s *fb, int x, int y);
void fb_cursor_plot(struct framebuffer_s *fb);
-fb_cursor_t *fb_cursor_init(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);
void fb_cursor_click(framebuffer_t *fb, struct gui_window *g, browser_mouse_state st);