mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 0.9.0
This commit is contained in:
parent
b40f8c014e
commit
1d6c2566bc
2
README
2
README
@ -24,7 +24,7 @@ Currently three XML Skins (MetrixHD, nOpacity freestyle and blackhole) are inclu
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- VDR version >= 2.0.0
|
- VDR version >= 2.2.0
|
||||||
|
|
||||||
- cairo
|
- cairo
|
||||||
|
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "libskindesignerapi/skindesignerapi.h"
|
#include "libskindesignerapi/skindesignerapi.h"
|
||||||
|
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20000
|
#if defined(APIVERSNUM) && APIVERSNUM < 20200
|
||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.2.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *VERSION = "0.8.8";
|
static const char *VERSION = "0.9.0";
|
||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user