aboutsummaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2008-12-21 08:39:20 -0300
committercorvid <corvid@lavabit.com>2008-12-21 08:39:20 -0300
commit1e1f9f423355b880238b2b2b65e53221c66ecea2 (patch)
tree392ccb9839e791c0c8f257d13146b79d963c4b94 /src/menu.hh
parent197c6074b6b7ca6932e98872f412c3aa1bf550e4 (diff)
Added a popup menu to form's submit button
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu.hh b/src/menu.hh
index 9e8a73c6..2b30e47d 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -12,6 +12,8 @@ void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url,
bool_t loaded_img, DilloUrl *link_url);
+void a_Menu_form_popup(BrowserWindow *bw, const DilloUrl *page_url,
+ void *vform);
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);