diff options
author | jcid <devnull@localhost> | 2007-11-14 22:27:26 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-14 22:27:26 +0100 |
commit | d56cac735b0548bbca874839094fc42774d66d96 (patch) | |
tree | 8de00866aebbb33ffe188adb6d2c492aa07cd74a /src/uicmd.hh | |
parent | ec1b4def65f1a2197cd7c575f8332d7d7d3f1276 (diff) |
Implemented "Load Images" in the page menu and cleaned up html.hh.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 8f770089..b1c4e102 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -27,7 +27,8 @@ void a_UIcmd_search_dialog(void *vbw); void a_UIcmd_book(void *vbw); void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url); void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); -void a_UIcmd_page_popup(void *vbw, const DilloUrl *url, const char *bugs_txt); +void a_UIcmd_page_popup(void *vbw, const DilloUrl *url, + const char *bugs_txt, int prefs_load_images); void a_UIcmd_link_popup(void *vbw, const DilloUrl *url); void a_UIcmd_image_popup(void *vbw, const DilloUrl *url, DilloUrl *link_url); void a_UIcmd_view_page_source(const DilloUrl *url); |