From 5060882795b3534bca9b20dc11476027f15f1f6f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 11 Feb 2009 20:55:50 +0000 Subject: Fix SDL frontend input svn path=/trunk/netsurf/; revision=6446 --- framebuffer/fb_frontend_ablefb.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framebuffer/fb_frontend_ablefb.c') diff --git a/framebuffer/fb_frontend_ablefb.c b/framebuffer/fb_frontend_ablefb.c index 16fdf5aeb..865e02b19 100644 --- a/framebuffer/fb_frontend_ablefb.c +++ b/framebuffer/fb_frontend_ablefb.c @@ -134,6 +134,12 @@ fb_os_option_override(void) option_max_fetchers = option_max_fetchers_per_host = 1; } +/* called by generic code to inform os code of screen update */ +void +fb_os_redraw(struct bbox_s *box) +{ +} + /* * Local Variables: * c-basic-offset:8 -- cgit v1.2.3