summaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
commitd43791f8cf6334d3dcd70b8d569044e357d7c33c (patch)
treee13a314fb353bc0d75fcc0e3af5dd25fce321e99 /src/menu.hh
parent8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (diff)
Implemented the tools button with CSS options. Also removed nav.h from html.cc
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.hh b/src/menu.hh
index 3cbddfac..90b9d50b 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -17,6 +17,7 @@ void a_Menu_form_popup(BrowserWindow *bw, const DilloUrl *page_url,
void a_Menu_file_popup(BrowserWindow *bw, void *v_wid);
void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_history_popup(BrowserWindow *bw, int direction);
+void a_Menu_tools_popup(BrowserWindow *bw, void *v_wid);
#ifdef __cplusplus