summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-06 16:59:43 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-06 16:59:43 +0100
commit597d167b9d06d417872db81c8d328318e1b0d85a (patch)
treecdba096623d08778bce67b45eb129ebd514d2ed1 /desktop/hotlist.h
parent124d3fe9f05f0c80dc75bcfec2b23302c8a1974a (diff)
downloadnetsurf-597d167b9d06d417872db81c8d328318e1b0d85a.tar.gz
netsurf-597d167b9d06d417872db81c8d328318e1b0d85a.tar.bz2
fix hotlist keypress consumption return
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index c0f4dec66..31aa0307c 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -189,10 +189,10 @@ void hotlist_mouse_action(enum browser_mouse_state mouse, int x, int y);
/**
* Key press handling.
*
- * \param key The ucs4 character codepoint
+ * \param key The ucs4 character codepoint
* \return true if the keypress is dealt with, false otherwise.
*/
-void hotlist_keypress(uint32_t key);
+bool hotlist_keypress(uint32_t key);
/**
* Determine whether there is a selection