diff options
author | corvid <corvid@lavabit.com> | 2011-09-16 22:19:33 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-16 22:19:33 +0000 |
commit | 05c1a745685731dd66ec946080d441316bfe5444 (patch) | |
tree | 806371a6a5e02505a6dfef113860b373a497a7aa /src/menu.hh | |
parent | 729d5a773faaa9ba599ea307b36106dba9a6674c (diff) |
use x,y for tools popup
Diffstat (limited to 'src/menu.hh')
-rw-r--r-- | src/menu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh index f8fa1fea..a8170e89 100644 --- a/src/menu.hh +++ b/src/menu.hh @@ -18,7 +18,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 x, int y, int direction); -void a_Menu_tools_popup(BrowserWindow *bw, void *v_wid); +void a_Menu_tools_popup(BrowserWindow *bw, int x, int y); #ifdef __cplusplus |