mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CCTypes: outsource type variables and methods into own inheritable class
Origin commit data
------------------
Branch: ni/coolstream
Commit: d188811d7c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-05 (Thu, 05 Apr 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,7 +38,7 @@ Basic paint attributes and member functions for component classes
|
||||
*/
|
||||
|
||||
class CComponentsTimer;
|
||||
class CCDraw : public COSDFader, public CComponentsSignals
|
||||
class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
|
||||
{
|
||||
protected:
|
||||
///pixel buffer handling, returns pixel buffer depends of given parameters
|
||||
|
Reference in New Issue
Block a user