Some hyperlink code.
[projects/chimara/chimara.git] / libchimara / hyperlink.h
diff --git a/libchimara/hyperlink.h b/libchimara/hyperlink.h
new file mode 100644 (file)
index 0000000..2b5b1eb
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef HYPERLINK_H
+#define HYPERLINK_H
+
+#include <glib.h>
+#include <gtk/gtk.h>
+
+#include "glk.h"
+#include "window.h"
+#include "event.h"
+
+G_GNUC_INTERNAL gboolean on_window_button_release_event(GtkWidget *widget, GdkEventButton *event, winid_t win);
+
+#endif