diff options
author | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
commit | 2fca0769dca44c7d105fbb3b8d23369be5f7a600 (patch) | |
tree | 8f6e77a8539f706a5f081acea95ef4fd88460ac8 /src/menu.hh | |
parent | 4c6e82430a895d577d3767ef12fccff27922ac25 (diff) |
- Hooked "Activate" to the form_receiver.
- Connected the plain page context menu.
- Added code for the image menu (not hooked yet though).
- Added a image-loading toggle button to the UI (not functional yet).
Diffstat (limited to 'src/menu.hh')
-rw-r--r-- | src/menu.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu.hh b/src/menu.hh index 72c2bb1d..c3f77ce8 100644 --- a/src/menu.hh +++ b/src/menu.hh @@ -10,6 +10,8 @@ extern "C" { void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, const char *bugs_txt); void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); +void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url, + DilloUrl *link_url); void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url); void a_Menu_history_popup(BrowserWindow *bw, int direction); |