From 3428e4e4b0793a4c697f7a06fc7b8b87fd1a9870 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 19 Jul 2005 06:31:39 +0000 Subject: [PATCH] (svn r2630) Forgot one Pixel (see r2571) --- screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.c b/screenshot.c index 8350cb35fb..afcfff086d 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 {