summaryrefslogtreecommitdiff
path: root/framebuffer/fb_rootwindow.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-12 23:01:11 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-12 23:01:11 +0000
commit79d097658a1ab5cfee39e1f91a3729909a000571 (patch)
tree0e692cb62a0572dd18fd5d997068f5a158074f60 /framebuffer/fb_rootwindow.h
parentced13d5d01d000ceb20ba4320b82527aaa5a57e6 (diff)
downloadnetsurf-79d097658a1ab5cfee39e1f91a3729909a000571.tar.gz
netsurf-79d097658a1ab5cfee39e1f91a3729909a000571.tar.bz2
Inintial implementation of framebuffer widgets
svn path=/trunk/netsurf/; revision=6462
Diffstat (limited to 'framebuffer/fb_rootwindow.h')
-rw-r--r--framebuffer/fb_rootwindow.h3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-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);