diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/bootsplash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/bootsplash.h b/src/include/bootsplash.h index 10da5aa100..9d1bae321c 100644 --- a/src/include/bootsplash.h +++ b/src/include/bootsplash.h @@ -12,7 +12,8 @@ * and >0 on jpeg errors. */ void set_bootsplash(unsigned char *framebuffer, unsigned int x_resolution, - unsigned int y_resolution, unsigned int fb_resolution); + unsigned int y_resolution, unsigned int bytes_per_line, + unsigned int fb_resolution); void bmp_load_logo(uint32_t *logo_ptr, uint32_t *logo_size); |