mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_draw: add method to get body image transparency mode
This commit is contained in:
@@ -470,6 +470,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
|
|||||||
* drive/fb_generic.h
|
* drive/fb_generic.h
|
||||||
*/
|
*/
|
||||||
void setBodyBGImageTranparencyMode(const int &mode) {cc_bg_image_tr_mode = mode;}
|
void setBodyBGImageTranparencyMode(const int &mode) {cc_bg_image_tr_mode = mode;}
|
||||||
|
int getBodyBGImageTranparencyMode() {return cc_bg_image_tr_mode;}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user