summaryrefslogtreecommitdiff
path: root/test/perf-test-preview-dummy.cc
blob: ab0072783eeb61ee0a1dcc2c943169f3fb925b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright Krzysztof Kowalczyk 2006-2007
   License: GPLv2 */

/* This is a no-op preview support for perf-test.
Using this perf-test still works for performance testing, you just don't
get any visual feedback during testing.
*/

#include "splash/SplashBitmap.h"

void PreviewBitmapInit();
void PreviewBitmapDestroy();
void PreviewBitmapSplash(SplashBitmap *bmpSplash);

void PreviewBitmapSplash(SplashBitmap *bmpSplash)
{
}

void PreviewBitmapDestroy()
{
}

void PreviewBitmapInit()
{
}