mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 0.4.4
This commit is contained in:
parent
563a0485ee
commit
5cacee08d1
2
HISTORY
2
HISTORY
@ -306,4 +306,4 @@ Version 0.4.3
|
|||||||
- added correct menucategory for skin setups
|
- added correct menucategory for skin setups
|
||||||
- fixed bug that tokens in image pathes are not replaced correctly
|
- fixed bug that tokens in image pathes are not replaced correctly
|
||||||
|
|
||||||
|
Version 0.4.4
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *VERSION = "0.4.3";
|
static const char *VERSION = "0.4.4";
|
||||||
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
||||||
|
|
||||||
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
||||||
|
@ -47,7 +47,6 @@ cAnimatedImage::cAnimatedImage(eAnimType animType, int animFreq, cRect &pos, int
|
|||||||
}
|
}
|
||||||
|
|
||||||
cAnimatedImage::~cAnimatedImage() {
|
cAnimatedImage::~cAnimatedImage() {
|
||||||
esyslog("skindesigner: killing animation");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cAnimatedImage::DrawBlink(void) {
|
void cAnimatedImage::DrawBlink(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user