summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-20 20:53:27 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-20 20:53:27 +0100
commit266ee5efb781e0e086316163720127767291d4b4 (patch)
tree700e95da10125a6bcfe96c689703747c91e02624 /include
parent1bd231bc3d259bfd605c3ace9fc73a8c4c7e3e7f (diff)
Hopefully fix for #268
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/textbox.h b/include/textbox.h
index fbf6e0a9..0e46db04 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -100,7 +100,7 @@ void textbox_draw ( textbox *tb, cairo_t *draw );
*
* @returns if the key was handled (1), unhandled(0) or handled and return was pressed (-1)
*/
-int textbox_keypress ( textbox *tb, XIC xic, XEvent *ev );
+int textbox_keypress ( textbox *tb, XEvent *ev, char *pad, KeySym key, Status stat );
/**
* @param tb Handle to the textbox