summaryrefslogtreecommitdiff
path: root/screenshot.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-19 06:31:39 +0000
committertron <tron@openttd.org>2005-07-19 06:31:39 +0000
commit3428e4e4b0793a4c697f7a06fc7b8b87fd1a9870 (patch)
tree298155888633c22cf7affe05580e3bb343295c55 /screenshot.c
parentf4032b8f9f51c850dd54631a2186de91c09940fd (diff)
downloadopenttd-3428e4e4b0793a4c697f7a06fc7b8b87fd1a9870.tar.xz
(svn r2630) Forgot one Pixel (see r2571)
Diffstat (limited to 'screenshot.c')
-rw-r--r--screenshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.c b/screenshot.c
index 8350cb35f..afcfff086 100644
--- a/screenshot.c
+++ b/screenshot.c
@@ -10,7 +10,7 @@
#include "screenshot.h"
// called by the ScreenShot proc to generate screenshot lines.
-typedef void ScreenshotCallback(void *userdata, byte *buf, uint y, uint pitch, uint n);
+typedef void ScreenshotCallback(void *userdata, Pixel *buf, uint y, uint pitch, uint n);
typedef bool ScreenshotHandlerProc(const char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette);
typedef struct {