diff options
author | jcid <devnull@localhost> | 2008-09-29 17:48:59 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-29 17:48:59 +0200 |
commit | bf974296adf971ecf48efb19c2ab262cd65925cc (patch) | |
tree | 6d76855d49267db22b8d6cfb1e1efb9819b8b8cc /src/uicmd.hh | |
parent | 9264f50d84e61c874856d7a373d8c4bebfa3102f (diff) |
- Switched the image load button to be a per-window choice.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 18bed3f8..80805cab 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -66,6 +66,7 @@ void a_UIcmd_set_img_prog(BrowserWindow *bw, int n_img, int t_img, int cmd); void a_UIcmd_set_bug_prog(BrowserWindow *bw, int n_bug); void a_UIcmd_set_page_title(BrowserWindow *bw, const char *label); void a_UIcmd_set_msg(BrowserWindow *bw, const char *format, ...); +bool_t a_UIcmd_get_images_enabled(BrowserWindow *bw); void a_UIcmd_set_buttons_sens(BrowserWindow *bw); void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); |