diff options
author | corvid <corvid@lavabit.com> | 2009-02-08 19:31:32 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-08 19:31:32 -0300 |
commit | 76c6fe90916a407aace73ab6c79e08495c4bcec0 (patch) | |
tree | f9f4e5a89f5223b9174a2012c31ca1dc2ae423e1 /src/menu.hh | |
parent | 24cc07871e0744853dfaed26c9a8eff0b62ff35d (diff) |
Fixed the load image popup option. Also cleaned up the API a bit.
Introduced a_Bw_get_url_doc(). Mainly for popup menus.
Diffstat (limited to 'src/menu.hh')
-rw-r--r-- | src/menu.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh index d0246c2e..36f7ad21 100644 --- a/src/menu.hh +++ b/src/menu.hh @@ -11,7 +11,8 @@ void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, bool_t has_bugs); 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); + bool_t loaded_img, DilloUrl *page_url, + DilloUrl *link_url); 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); |