# HG changeset patch # User Matti Hamalainen # Date 1568623352 -10800 # Node ID 46b929f822f8d32b4c0c8518a93b44c84a01ecf8 # Parent 6dc64deb671896d65c9992625aa7f7d506532730 Cosmetic. diff -r 6dc64deb6718 -r 46b929f822f8 tools/lib64gfx.h --- a/tools/lib64gfx.h Mon Sep 16 10:54:54 2019 +0300 +++ b/tools/lib64gfx.h Mon Sep 16 11:42:32 2019 +0300 @@ -250,6 +250,10 @@ } DMC64Image; +typedef int (*DMC64GetPixelFunc)(Uint8 *col, const DMC64Image *img, + const int rasterX, const int rasterY); + + typedef struct _DMC64EncDecOp { int type; // Operation type (DO_*) @@ -271,9 +275,6 @@ typedef DMC64EncDecOp DMC64EncDecOpList[D64_MAX_ENCDEC_OPS]; -typedef int (*DMC64GetPixelFunc)(Uint8 *col, const DMC64Image *img, const int rasterX, const int rasterY); - - typedef struct _DMC64ImageCommonFormat { int mode, // Format mode/type flags, see D64_FMT_*