mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponents: inherit COSDFader class
Allows a simplified implementation without prior declaration and initialisation
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
using namespace std;
|
||||
|
||||
//abstract basic class CComponents
|
||||
CComponents::CComponents()
|
||||
CComponents::CComponents() : COSDFader(g_settings.menu_Content_alpha)
|
||||
{
|
||||
x = saved_screen.x = 0;
|
||||
y = saved_screen.y = 0;
|
||||
|
Reference in New Issue
Block a user