summaryrefslogtreecommitdiff
path: root/framebuffer/fb_cursor.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-13 00:31:24 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-13 00:31:24 +0000
commitf32c4ff799e7a76eaa2eb9a8356033d7d4c34c4f (patch)
tree0676c53a37b7238c6f8c15d7494eee93d74d8cac /framebuffer/fb_cursor.h
parente5c225f7d9c210ab970aee73d66d82874467c81d (diff)
downloadnetsurf-f32c4ff799e7a76eaa2eb9a8356033d7d4c34c4f.tar.gz
netsurf-f32c4ff799e7a76eaa2eb9a8356033d7d4c34c4f.tar.bz2
alter mouse click handling so browser window is uses the same interface
as other root window widgets svn path=/trunk/netsurf/; revision=6464
Diffstat (limited to 'framebuffer/fb_cursor.h')
-rw-r--r--framebuffer/fb_cursor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/framebuffer/fb_cursor.h b/framebuffer/fb_cursor.h
index 85fdeb62d..6451094fc 100644
--- a/framebuffer/fb_cursor.h
+++ b/framebuffer/fb_cursor.h
@@ -19,6 +19,10 @@
#ifndef FRAMEBUFFER_FB_CURSOR
#define FRAMEBUFFER_FB_CURSOR
+int fb_cursor_x(framebuffer_t *fb);
+
+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);