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