diff options
Diffstat (limited to 'src/cnki.h')
-rw-r--r-- | src/cnki.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ typedef struct _hn_image_t { int32_t format; /* hn_code */ int32_t address; int32_t size; + int16_t x; + int16_t y; + int16_t w; + int16_t h; char *image; } hn_image_t; |