aboutsummaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-16 22:10:03 +0000
committercorvid <corvid@lavabit.com>2011-09-16 22:10:03 +0000
commit729d5a773faaa9ba599ea307b36106dba9a6674c (patch)
tree8fc6a0dec7ceabcf6efdbeb22d92e0889afa36d4 /src/menu.hh
parent0124552c47cf81e1274c8f6125634df0959d7bb2 (diff)
position history menu below button
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh
index 668de001..f8fa1fea 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -17,7 +17,7 @@ void a_Menu_form_popup(BrowserWindow *bw, const DilloUrl *page_url,
void *vform, bool_t showing_hiddens);
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_history_popup(BrowserWindow *bw, int x, int y, int direction);
void a_Menu_tools_popup(BrowserWindow *bw, void *v_wid);