summaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-27 21:13:51 +0200
committerjcid <devnull@localhost>2008-09-27 21:13:51 +0200
commit5718a4e8ff728af8976b809171eb5f4343197d6a (patch)
treea4849c6419c511f6d598625416086e5fae5afbb9 /src/uicmd.hh
parent44d669d639d8999b1302d37227aa349008019b27 (diff)
- Added a workaround for segfaulting popup menus.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index c5c86f6f..18bed3f8 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -35,9 +35,10 @@ void a_UIcmd_findtext_reset(BrowserWindow *bw);
void a_UIcmd_focus_main_area(BrowserWindow *bw);
void a_UIcmd_focus_location(void *vbw);
void a_UIcmd_page_popup(void *vbw, const DilloUrl *url,
- const char *bugs_txt, bool_t unloaded_imgs);
+ bool_t has_bugs, bool_t unloaded_imgs);
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_image_popup(void *vbw, const DilloUrl *url, bool_t loaded_img,
+ DilloUrl *link_url);
void a_UIcmd_copy_urlstr(BrowserWindow *bw, const char *urlstr);
void a_UIcmd_view_page_source(const DilloUrl *url);
void a_UIcmd_view_page_bugs(void *vbw);