diff options
author | jcid <devnull@localhost> | 2008-10-02 16:57:58 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-02 16:57:58 +0200 |
commit | 476f5e74c2a93b7893a44c34f5cd1e953242ea33 (patch) | |
tree | 7d6063a1d6e4ba4cc2823fcff3be99fba4116e54 /src/uicmd.hh | |
parent | ea461615f2b4a0a693aacd96435216b1dd2d53f9 (diff) |
- Made SHIFT + {Left, Right} work even with findbar focused.
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 77931d6f..469bcae4 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -10,6 +10,7 @@ extern "C" { BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, const void *v_bw); BrowserWindow *a_UIcmd_get_bw_by_widget(void *v_wid); +void a_UIcmd_send_event_to_tabs_by_wid(int e, void *v_wid); void a_UIcmd_open_urlstr(void *vbw, const char *urlstr); void a_UIcmd_open_url(BrowserWindow *bw, const DilloUrl *url); void a_UIcmd_open_url_nw(BrowserWindow *bw, const DilloUrl *url); |