From 79d097658a1ab5cfee39e1f91a3729909a000571 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Feb 2009 23:01:11 +0000 Subject: Inintial implementation of framebuffer widgets svn path=/trunk/netsurf/; revision=6462 --- framebuffer/fb_rootwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framebuffer/fb_rootwindow.h') diff --git a/framebuffer/fb_rootwindow.h b/framebuffer/fb_rootwindow.h index 801c7cb52..0a4ebe867 100644 --- a/framebuffer/fb_rootwindow.h +++ b/framebuffer/fb_rootwindow.h @@ -16,4 +16,5 @@ * along with this program. If not, see . */ -void fb_rootwindow_click(browser_mouse_state st , int x, int y); +void fb_rootwindow_click(framebuffer_t *fb, struct gui_window *g,browser_mouse_state st , int x, int y); +void fb_rootwindow_create(framebuffer_t *fb); -- cgit v1.2.3