mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Fix merge-error; add missing add_gxa_sync_marker() function
This commit is contained in:
@@ -192,6 +192,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
bool getActive() const; // is framebuffer active?
|
||||
void setActive(bool enable); // is framebuffer active?
|
||||
virtual void setupGXA() { return; }; // reinitialize stuff
|
||||
virtual void add_gxa_sync_marker() { return; };
|
||||
virtual bool needAlign4Blit() { return false; };
|
||||
virtual uint32_t getWidth4FB_HW_ACC(const uint32_t x, const uint32_t w, const bool max=true);
|
||||
|
||||
|
Reference in New Issue
Block a user