From 7eacd0b32678c070af3c6b22892099f054ecb424 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Sat, 14 Nov 2009 15:38:31 +0000 Subject: [PATCH] Some hyperlink code. git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@158 ddfedd41-794f-dd11-ae45-00112f111e67 --- libchimara/Makefile.am | 2 +- libchimara/hyperlink.h | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 libchimara/hyperlink.h diff --git a/libchimara/Makefile.am b/libchimara/Makefile.am index 2024138..9676f85 100644 --- a/libchimara/Makefile.am +++ b/libchimara/Makefile.am @@ -21,7 +21,7 @@ libchimara_la_SOURCES = \ glk.c glk.h \ glkstart.h \ glkunix.c glkunix.h \ - hyperlink.c \ + hyperlink.c hyperlink.h \ image.c \ init.c init.h \ input.c input.h \ diff --git a/libchimara/hyperlink.h b/libchimara/hyperlink.h new file mode 100644 index 0000000..2b5b1eb --- /dev/null +++ b/libchimara/hyperlink.h @@ -0,0 +1,13 @@ +#ifndef HYPERLINK_H +#define HYPERLINK_H + +#include +#include + +#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 -- 2.30.2