summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2013-03-04 22:31:56 +0100
committerportix <none@none>2013-03-04 22:31:56 +0100
commitd1aa52babdc36203e086dd476dedd0f1e88f8870 (patch)
treef6c8a44acc368f1aa0f723faa6a9c7f507e36aff /src/dwb.h
parent59d3a23b7156a757cdb50278745dae02bfc0b672 (diff)
downloaddwb-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index d707f581..63c3e287 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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);