aboutsummaryrefslogtreecommitdiff
path: root/src/menu.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/menu.hh
parent44d669d639d8999b1302d37227aa349008019b27 (diff)
- Added a workaround for segfaulting popup menus.
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.hh b/src/menu.hh
index bbdbae1c..2fdcc96e 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -8,10 +8,10 @@ extern "C" {
#endif /* __cplusplus */
void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
- const char *bugs_txt, bool_t unloaded_imgs);
+ bool_t has_bugs, bool_t unloaded_imgs);
void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url,
- DilloUrl *link_url);
+ bool_t loaded_img, DilloUrl *link_url);
void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_history_popup(BrowserWindow *bw, int direction);