summaryrefslogtreecommitdiff
path: root/riscos/thumbnail.h
blob: 429e14fa80bfdda1540d51188c45146655b405ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 2004 James Bursa <bursa@users.sourceforge.net>
 */

/** \file
 * Page thumbnail creation (interface).
 */

#include "oslib/osspriteop.h"

void thumbnail_create(struct content *content, osspriteop_area *area,
		osspriteop_header *sprite, int width, int height);
osspriteop_area* thumbnail_initialise(int width, int height, os_mode mode);