mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
fb_generic: remove hardware specific #ifdef
This commit is contained in:
committed by
M. Liebmann
parent
62ee5185b5
commit
7fdc4c7178
@@ -184,10 +184,7 @@ class CFrameBuffer : public sigc::trackable
|
|||||||
|
|
||||||
bool getActive() const; // is framebuffer active?
|
bool getActive() const; // is framebuffer active?
|
||||||
void setActive(bool enable); // is framebuffer active?
|
void setActive(bool enable); // is framebuffer active?
|
||||||
#ifdef BOXMODEL_CS_HD1
|
virtual void setupGXA() { return; }; // reinitialize stuff
|
||||||
virtual void setupGXA() {};
|
|
||||||
virtual void add_gxa_sync_marker() {};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void setTransparency( int tr = 0 );
|
void setTransparency( int tr = 0 );
|
||||||
virtual void setBlendMode(uint8_t mode = 1);
|
virtual void setBlendMode(uint8_t mode = 1);
|
||||||
|
Reference in New Issue
Block a user