* Refactored the cancel_line_input_request code to be less copy/pasted.
[rodin/chimara.git] / src / input.h
index e4080fd285118b77f0be9fd15c93be7e3e262156..91cbf91395693414a9a168dd9f69827b818514ed 100644 (file)
@@ -12,5 +12,6 @@
 G_GNUC_INTERNAL gboolean on_window_key_press_event(GtkWidget *widget, GdkEventKey *event, winid_t win);
 G_GNUC_INTERNAL void after_window_insert_text(GtkTextBuffer *textbuffer, GtkTextIter *location, gchar *text, gint len, winid_t win);
 G_GNUC_INTERNAL void on_input_entry_activate(GtkEntry *input_entry, winid_t win);
+G_GNUC_INTERNAL static int flush_text_buffer(winid_t win);
 
 #endif