mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
fb_generic: remove hardware specific #ifdef
Origin commit data
------------------
Commit: 7fdc4c7178
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-14 (Tue, 14 Feb 2017)
This commit is contained in:
committed by
Michael Liebmann
parent
2823bb29b6
commit
15dfa3449a
@@ -184,10 +184,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
|
||||
bool getActive() const; // is framebuffer active?
|
||||
void setActive(bool enable); // is framebuffer active?
|
||||
#ifdef BOXMODEL_CS_HD1
|
||||
virtual void setupGXA() {};
|
||||
virtual void add_gxa_sync_marker() {};
|
||||
#endif
|
||||
virtual void setupGXA() { return; }; // reinitialize stuff
|
||||
|
||||
void setTransparency( int tr = 0 );
|
||||
virtual void setBlendMode(uint8_t mode = 1);
|
||||
|
Reference in New Issue
Block a user