diff options
Diffstat (limited to 'include/libu64/gfxprint.h')
| -rw-r--r-- | include/libu64/gfxprint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libu64/gfxprint.h b/include/libu64/gfxprint.h index a3aae97..ba80e35 100644 --- a/include/libu64/gfxprint.h +++ b/include/libu64/gfxprint.h @@ -96,9 +96,9 @@ void gfxprint_locate8x8(gfxprint* this, s32 x, s32 y); void gfxprint_setoffset(gfxprint* this, s32 x, s32 y); void gfxprint_putc1(gfxprint* this, char c); void gfxprint_putc(gfxprint* this, char c); -void gfxprint_write(gfxprint* this, const void* buffer, s32 size, s32 n); +void gfxprint_write(gfxprint* this, const void* buffer, size_t size, size_t n); void gfxprint_puts(gfxprint* this, const char* buffer); -void* gfxprint_prout(void* this, const char* buffer, s32 n); +void* gfxprint_prout(void* this, const char* buffer, size_t n); void gfxprint_init(gfxprint* this); void gfxprint_cleanup(gfxprint* this); void gfxprint_open(gfxprint* this, Gfx* gListp); |
