changeset 2332:46b929f822f8

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Sep 2019 11:42:32 +0300
parents 6dc64deb6718
children 8ad08ab4975b
files tools/lib64gfx.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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_*