summaryrefslogtreecommitdiff
path: root/framebuffer/fb_frontend.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_frontend.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_frontend.h')
-rw-r--r--framebuffer/fb_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/fb_frontend.h b/framebuffer/fb_frontend.h
index 773c40382..57f3c4a3f 100644
--- a/framebuffer/fb_frontend.h
+++ b/framebuffer/fb_frontend.h
@@ -21,7 +21,7 @@
extern framebuffer_t *fb_os_init(int argc, char** argv);
extern void fb_os_quit(framebuffer_t *fb);
-extern void fb_os_input(struct gui_window *g, bool active);
+extern void fb_os_input(fbtk_widget_t *root, bool active);
extern void fb_os_option_override(void);
extern void fb_os_redraw(struct bbox_s *box);