summaryrefslogtreecommitdiff
path: root/framebuffer/fb_cursor.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-03-10 21:45:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-03-10 21:45:54 +0000
commit2b309755d61d979ce37de9329c9394312b32fdc9 (patch)
tree5de1d8dbbd75cd0d7fee999cd0532d2add7642f4 /framebuffer/fb_cursor.h
parent652330380f3cd60b04f46673fa22a16af5a7fc8f (diff)
downloadnetsurf-2b309755d61d979ce37de9329c9394312b32fdc9.tar.gz
netsurf-2b309755d61d979ce37de9329c9394312b32fdc9.tar.bz2
move framebuffer port to framebuffer toolkit
svn path=/trunk/netsurf/; revision=6760
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);