mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-01 14:33:34 +01:00
fix bad indent
This commit is contained in:
parent
b549fd68ba
commit
472f1245c7
1 changed files with 11 additions and 10 deletions
|
@ -87,11 +87,12 @@ typedef struct
|
||||||
P8_RGB565A, P8_RGB565:
|
P8_RGB565A, P8_RGB565:
|
||||||
* Number of entries in palette, N (2 bytes)
|
* Number of entries in palette, N (2 bytes)
|
||||||
* Palette with N entries (2N bytes)
|
* Palette with N entries (2N bytes)
|
||||||
* Pixels in row-major order, 8 bits per pixel (signed indices in an
|
* Pixels in row-major order, 8 bits per pixel (signed indices in
|
||||||
uint16_t array starting at <palette>+<256 bytes>)
|
an uint16_t array starting at <palette>+<256 bytes>)
|
||||||
P4/P4_RGB565A, P4_RGB565:
|
P4/P4_RGB565A, P4_RGB565:
|
||||||
* Palette with 16 entries (32 bytes total)
|
* Palette with 16 entries (32 bytes total)
|
||||||
* Pixels in row-major order, 4 bits per pixel, each row byte-padded */
|
* Pixels in row-major order, 4 bits per pixel, each row
|
||||||
|
byte-padded */
|
||||||
uint16_t data[];
|
uint16_t data[];
|
||||||
|
|
||||||
} GPACKED(4) bopti_image_t;
|
} GPACKED(4) bopti_image_t;
|
||||||
|
|
Loading…
Reference in a new issue