(svn r2630) Forgot one Pixel (see r2571)
authortron
Tue, 19 Jul 2005 06:31:39 +0000
changeset 2120 8f35cfa29e6d
parent 2119 27e43fc2ef17
child 2121 267f7d75d036
(svn r2630) Forgot one Pixel (see r2571)
screenshot.c
--- a/screenshot.c	Mon Jul 18 23:33:14 2005 +0000
+++ b/screenshot.c	Tue Jul 19 06:31:39 2005 +0000
@@ -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 {