improve Update_pixel_renderer()

+doxygen
This commit is contained in:
Thomas Bernard
2018-11-20 10:53:16 +01:00
parent 1e6f0175da
commit 832617188f
2 changed files with 43 additions and 38 deletions

View File

@@ -406,7 +406,7 @@ typedef struct T_Page
int Height; ///< Image height in pixels.
T_Palette Palette; ///< Image palette.
byte Image_mode; ///< 0= layered image, 1=animation,
enum IMAGE_MODES Image_mode; ///< 0= layered image, 1=animation,
char Comment[COMMENT_SIZE+1]; ///< Comment to store in the image file.