From 73b81a59ccaf09f695a643eae06fb510ec4559b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 4 Aug 2016 23:40:34 +0100 Subject: fix global history keypress consumption return --- desktop/global_history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/global_history.h') diff --git a/desktop/global_history.h b/desktop/global_history.h index f289a5b06..213a014f3 100644 --- a/desktop/global_history.h +++ b/desktop/global_history.h @@ -101,7 +101,7 @@ void global_history_mouse_action(enum browser_mouse_state mouse, int x, int y); * \param key The ucs4 character codepoint * \return true if the keypress is dealt with, false otherwise. */ -void global_history_keypress(uint32_t key); +bool global_history_keypress(uint32_t key); /** * Determine whether there is a selection -- cgit v1.2.3