summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-10 13:16:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-10 13:16:32 +0100
commitf0feb3a3e5cc08d4d44d6f2251fe409b30a42f92 (patch)
treef049b16c93d2db88dc10d94616248cbce48ec02f
parentf5393c3c7d2369b7597193ea73d9bc94489c42a1 (diff)
downloadnetsurf-f0feb3a3e5cc08d4d44d6f2251fe409b30a42f92.tar.gz
netsurf-f0feb3a3e5cc08d4d44d6f2251fe409b30a42f92.tar.bz2
Remove mention of keypress related callbacks, as that stuff goes via content interface now.
-rw-r--r--desktop/textinput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/textinput.c b/desktop/textinput.c
index 2e83bcda6..1a7545ff2 100644
--- a/desktop/textinput.c
+++ b/desktop/textinput.c
@@ -30,7 +30,7 @@
/**
- * Position the caret and assign a callback for key presses.
+ * Position the caret.
*
* \param bw The browser window in which to place the caret
* \param x X coordinate of the caret
@@ -74,7 +74,7 @@ void browser_window_place_caret(struct browser_window *bw, int x, int y,
/**
- * Removes the caret and callback for key process.
+ * Removes the caret.
*
* \param bw The browser window from which to remove caret
*/