From c0e6cf65902f93bc2286c72e28d916341ec641a6 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 1 Jan 2013 22:08:19 +0100 Subject: Implemented caret redraw. --- atari/bitmap.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'atari/bitmap.c') diff --git a/atari/bitmap.c b/atari/bitmap.c index c01fa4d54..10b5c8cfa 100755 --- a/atari/bitmap.c +++ b/atari/bitmap.c @@ -30,8 +30,11 @@ /* - bpp: bits per pixel, - + * param bpp bits per pixel, + * param w width of the buffer (in pixel) + * param h height of the buffer (in pixel) + * param flags MFDB_FLAG_NOALLOC | MFDB_FLAG_ZEROMEM | MFDB_FLAG_STAND + * returns size of the fd_addr buffer required or allocated */ int init_mfdb(int bpp, int w, int h, uint32_t flags, MFDB * out ) { -- cgit v1.2.3