diff options
author | portix <none@none> | 2013-03-04 22:31:56 +0100 |
---|---|---|
committer | portix <none@none> | 2013-03-04 22:31:56 +0100 |
commit | d1aa52babdc36203e086dd476dedd0f1e88f8870 (patch) | |
tree | f6c8a44acc368f1aa0f723faa6a9c7f507e36aff /src/dwb.h | |
parent | 59d3a23b7156a757cdb50278745dae02bfc0b672 (diff) | |
download | dwb-d1aa52babdc36203e086dd476dedd0f1e88f8870.zip |
Control-Return follows selection in new tab, Shift-Return follows selection in background tab, closing #227
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -963,7 +963,7 @@ void dwb_set_hsts(GList *, WebSettings *); gboolean dwb_eval_key(GdkEventKey *); gboolean dwb_eval_override_key(GdkEventKey *e, CommandProperty prop); char * dwb_get_key(GdkEventKey *, unsigned int *, gboolean *); -void dwb_follow_selection(void); +void dwb_follow_selection(GdkEventKey *); void dwb_update_layout(void); const char * dwb_parse_nummod(const char *); void dwb_init_custom_keys(gboolean); |