From 8a8036b8b8c1566e8e9315a64d52098851cb5a1b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 12 Feb 2017 22:30:04 +0100 Subject: [PATCH] fb_accel.h: make 8872419ed107d80ca7b428b99811c55ca3418f0d complete Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/6267ec4194bb400b25732c06ac6d9319c88322ae Author: vanhofen Date: 2017-02-12 (Sun, 12 Feb 2017) Origin message was: ------------------ - fb_accel.h: make 8872419ed107d80ca7b428b99811c55ca3418f0d complete ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/fb_accel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/fb_accel.h b/src/driver/fb_accel.h index 32991598f..1817fedde 100644 --- a/src/driver/fb_accel.h +++ b/src/driver/fb_accel.h @@ -146,7 +146,7 @@ class CFbAccelGLFB ~CFbAccelGLFB(); void init(const char * const); int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp); - void blit2FB(void *fbbuff, uint32_t width, uint32_t height, uint32_t xoff, uint32_t yoff, uint32_t xp, uint32_t yp, bool transp); + void blit2FB(void *fbbuff, uint32_t width, uint32_t height, uint32_t xoff, uint32_t yoff, uint32_t xp, uint32_t yp, bool transp = false, uint32_t unscaled_w = 0, uint32_t unscaled_h = 0); //NI fb_pixel_t * getBackBufferPointer() const; };