summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-17 13:32:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-17 13:32:12 +0100
commit27939266f19e16676ab1c80a5a4ecad72e852f12 (patch)
tree3ae5283d96a155d568bf3d2c8474b427b2364a8c /osd.h
parent3c5b11abbb9c0897eedcc7506af804c62093ec66 (diff)
downloadvdr-27939266f19e16676ab1c80a5a4ecad72e852f12.tar.gz
vdr-27939266f19e16676ab1c80a5a4ecad72e852f12.tar.bz2
Added plain text error messages to log entries from cOsd::SetAreas()
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index f10247ea..aa8a35ab 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 2.4 2009/05/08 13:41:03 kls Exp $
+ * $Id: osd.h 2.5 2010/01/17 13:23:50 kls Exp $
*/
#ifndef __OSD_H
@@ -36,7 +36,7 @@ enum {
clrWhite = 0xFFFCFCFC,
};
-enum eOsdError { oeOk,
+enum eOsdError { oeOk, // see also OsdErrorTexts in osd.c
oeTooManyAreas,
oeTooManyColors,
oeBppNotSupported,