summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 1382a4aba..9b311e793 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -174,7 +174,8 @@ extern void gui_action_search_text (t_gui_window *, char *);
/* key */
extern void gui_keyboard_init ();
-extern void gui_keyboard_init_grab ();
+extern void gui_keyboard_grab_init ();
+extern void gui_keyboard_grab_end ();
extern char *gui_keyboard_get_internal_code (char *);
extern char *gui_keyboard_get_expanded_name (char *);
extern t_gui_key *gui_keyboard_search (char *);
@@ -185,6 +186,11 @@ extern int gui_keyboard_unbind (char *);
extern int gui_keyboard_pressed (char *);
extern void gui_keyboard_free (t_gui_key *);
extern void gui_keyboard_free_all ();
+extern void gui_keyboard_buffer_reset ();
+extern void gui_keyboard_buffer_add (int);
+extern int gui_keyboard_get_paste_lines ();
+extern void gui_keyboard_paste_accept ();
+extern void gui_keyboard_paste_cancel ();
/* log */
extern void gui_log_write_date (t_gui_buffer *);