summaryrefslogtreecommitdiff
path: root/framebuffer/fb_cursor.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-14 12:49:21 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-14 12:49:21 +0000
commitd6cd92e0ccb2f78ec197e02ba714344951075a41 (patch)
tree1ee9363a747a65188c0f38831bf7d05eaab94748 /framebuffer/fb_cursor.h
parentf90e43e2b05fef6bca65d086a78cec4cee3c0dec (diff)
downloadnetsurf-d6cd92e0ccb2f78ec197e02ba714344951075a41.tar.gz
netsurf-d6cd92e0ccb2f78ec197e02ba714344951075a41.tar.bz2
Fix resource handling buy copying the GTK approach
Cleanup mouse movement handlig svn path=/trunk/netsurf/; revision=6486
Diffstat (limited to 'framebuffer/fb_cursor.h')
-rw-r--r--framebuffer/fb_cursor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/framebuffer/fb_cursor.h b/framebuffer/fb_cursor.h
index 6451094fc..97cc5eb43 100644
--- a/framebuffer/fb_cursor.h
+++ b/framebuffer/fb_cursor.h
@@ -25,8 +25,6 @@ int fb_cursor_y(framebuffer_t *fb);
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);