summaryrefslogtreecommitdiff
path: root/src/gui/gtk/gui-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gtk/gui-gtk.h')
-rw-r--r--src/gui/gtk/gui-gtk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h
index fac1eb00a..69cd4daa3 100644
--- a/src/gui/gtk/gui-gtk.h
+++ b/src/gui/gtk/gui-gtk.h
@@ -98,10 +98,10 @@ extern void gui_chat_calculate_line_diff (struct t_gui_window *window,
struct t_gui_line **line,
int *line_pos, int difference);
-/* keyboard functions */
-extern void gui_keyboard_default_bindings ();
-extern void gui_keyboard_read ();
-extern void gui_keyboard_flush ();
+/* key functions */
+extern void gui_key_default_bindings (int context);
+extern void gui_key_read ();
+extern void gui_key_flush ();
/* window functions */
extern void gui_window_redraw_buffer (struct t_gui_buffer *buffer);