mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fb_generic: Add "#define SCALE2RES_DEFINED" to check...
...presence of 'CFrameBuffer::scale2Res()' - Revert this patch when pu/fb-setmode branch is merged to master
This commit is contained in:
@@ -278,6 +278,8 @@ class CFrameBuffer : public sigc::trackable
|
||||
virtual void blitBox2FB(const fb_pixel_t* boxBuf, uint32_t width, uint32_t height, uint32_t xoff, uint32_t yoff);
|
||||
|
||||
virtual void mark(int x, int y, int dx, int dy);
|
||||
/* Remove this when pu/fb-setmode branch is merged to master */
|
||||
#define SCALE2RES_DEFINED
|
||||
virtual int scale2Res(int size) { return size; };
|
||||
virtual bool fullHdAvailable() { return false; };
|
||||
virtual void setOsdResolutions();
|
||||
|
Reference in New Issue
Block a user