summaryrefslogtreecommitdiff
path: root/gtk/gtk_bitmap.h
blob: 61a800b5d79785177149c7ecc5437525c88bf3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * 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 */