(svn r2630) Forgot one Pixel (see r2571)

pull/155/head
tron 19 years ago
parent f4032b8f9f
commit 3428e4e4b0

@ -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 {

Loading…
Cancel
Save