summaryrefslogtreecommitdiff
path: root/gtk/gtk_bitmap.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2006-08-09 15:06:14 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2006-08-09 15:06:14 +0000
commit6d7357e2cb1b106d5da8082958b23bdbe628d052 (patch)
treec03d6baa0abbf1f6c0298248c0232d164e863127 /gtk/gtk_bitmap.h
parent5e1f0332add2458c4eb142bff4becdebe197325a (diff)
downloadnetsurf-6d7357e2cb1b106d5da8082958b23bdbe628d052.tar.gz
netsurf-6d7357e2cb1b106d5da8082958b23bdbe628d052.tar.bz2
Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretile
svn path=/trunk/netsurf/; revision=2824
Diffstat (limited to 'gtk/gtk_bitmap.h')
-rw-r--r--gtk/gtk_bitmap.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk/gtk_bitmap.h b/gtk/gtk_bitmap.h
new file mode 100644
index 000000000..719bb0ab5
--- /dev/null
+++ b/gtk/gtk_bitmap.h
@@ -0,0 +1,22 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2006 Daniel Silverstone <dsilvers@digital-scurf.org>
+ */
+
+#ifndef NS_GTK_BITMAP_H
+#define NS_GTK_BITMAP_H
+
+#include <gdk/gdk.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
+#include "netsurf/image/bitmap.h"
+
+GdkPixbuf *gtk_bitmap_get_primary(struct bitmap*);
+GdkPixbuf *gtk_bitmap_get_pretile_x(struct bitmap*);
+GdkPixbuf *gtk_bitmap_get_pretile_y(struct bitmap*);
+GdkPixbuf *gtk_bitmap_get_pretile_xy(struct bitmap*);
+
+
+
+#endif /* NS_GTK_BITMAP_H */