mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-24 06:00:05 +01:00
(svn r2630) Forgot one Pixel (see r2571)
This commit is contained in:
parent
dcd97a431b
commit
6b439d6f82
@ -10,7 +10,7 @@
|
|||||||
#include "screenshot.h"
|
#include "screenshot.h"
|
||||||
|
|
||||||
// called by the ScreenShot proc to generate screenshot lines.
|
// 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 bool ScreenshotHandlerProc(const char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user