diff options
Diffstat (limited to 'tvguideng.c')
-rw-r--r-- | tvguideng.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvguideng.c b/tvguideng.c index 933d196..3f08bb0 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -64,6 +64,7 @@ bool cPluginTvguideng::Initialize(void) { bool cPluginTvguideng::Start(void) { skindesignerapi::cPluginStructure plugStruct; plugStruct.name = "tvguideng"; + plugStruct.libskindesignerAPIVersion = LIBSKINDESIGNERAPIVERSION; plugStruct.SetView(viRootView, "root.xml"); plugStruct.SetViewElement(viRootView, verBackgroundHor, "background_hor"); plugStruct.SetViewElement(viRootView, verBackgroundVer, "background_ver"); |