# HG changeset patch # User Matti Hamalainen # Date 1567591242 -10800 # Node ID ddd29161d258d910f090abacef39f444ae517b14 # Parent dc79c64f158ceef4002da11a0ff7437b7a44768c Add argument names to prototypes. diff -r dc79c64f158c -r ddd29161d258 tools/lib64gfx.h --- a/tools/lib64gfx.h Tue Sep 03 11:54:06 2019 +0300 +++ b/tools/lib64gfx.h Wed Sep 04 13:00:42 2019 +0300 @@ -265,8 +265,8 @@ chWidth, chHeight, // Width and height in charblocks aspectX, aspectY; // Pixel aspectX/Y - int (*convertFrom)(DMImage *, const DMC64Image *, const DMC64ImageConvSpec *spec); - int (*convertTo)(DMC64Image *, const DMImage *, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec); + int (*convertFrom)(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec); + int (*convertTo)(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec); DMC64GetPixelFunc getPixel;