mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Activated logging of OsdItem2()
This commit is contained in:
		| @@ -77,6 +77,7 @@ VDR Plugin 'status' Revision History | ||||
|  | ||||
| - Official release. | ||||
|  | ||||
| 2025-01-16: Version 2.6.1 | ||||
| 2025-01-28: Version 2.6.1 | ||||
|  | ||||
| - Added cStatus::OsdItem2(). | ||||
| - Activated logging of OsdItem2(). | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|  * | ||||
|  * See the README file for copyright information and how to reach the author. | ||||
|  * | ||||
|  * $Id: status.c 5.1 2025/01/16 10:23:12 kls Exp $ | ||||
|  * $Id: status.c 5.2 2025/01/28 10:41:03 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include <vdr/plugin.h> | ||||
| @@ -98,7 +98,7 @@ void cStatusTest::OsdHelpKeys(const char *Red, const char *Green, const char *Ye | ||||
|  | ||||
| void cStatusTest::OsdItem2(const char *Text, int Index, bool Selected) | ||||
| { | ||||
|   //dsyslog("status: cStatusTest::OsdItem2  %s %d %d", Text, Index, Selected); | ||||
|   dsyslog("status: cStatusTest::OsdItem2  %s %d %d", Text, Index, Selected); | ||||
| } | ||||
|  | ||||
| void cStatusTest::OsdCurrentItem(const char *Text) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user