X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Finput.h;h=91cbf91395693414a9a168dd9f69827b818514ed;hb=0da322b6699ac19cef78a8d6fd146b3720894a8a;hp=e4080fd285118b77f0be9fd15c93be7e3e262156;hpb=d7119bcfb4604ade7b07003d4519ab959e8acb0d;p=rodin%2Fchimara.git diff --git a/src/input.h b/src/input.h index e4080fd..91cbf91 100644 --- a/src/input.h +++ b/src/input.h @@ -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