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 30a474db6..85fdeb62d 100644
--- a/framebuffer/fb_cursor.h
+++ b/framebuffer/fb_cursor.h
@@ -21,6 +21,8 @@
void fb_cursor_move(struct framebuffer_s *fb, int x, int y);
+void fb_cursor_move_abs(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);