git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@74
ddfedd41-794f-dd11-ae45-
00112f111e67
#include "magic.h"
#include "input.h"
+/* Forward declarations */
+static int flush_text_buffer(winid_t win);
+static int flush_text_grid(winid_t win);
+
/**
* glk_request_char_event:
* @win: A window to request char events from.
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);
-G_GNUC_INTERNAL static int flush_text_grid(winid_t win);
#endif