summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
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);