fb_accel.h: make 8872419ed1 complete

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6267ec4194
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)

Origin message was:
------------------
- fb_accel.h: make 8872419ed1 complete

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-02-12 22:30:04 +01:00
parent fbd1c3fd07
commit 8a8036b8b8

View File

@@ -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;
};