summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-12-09 11:13:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2000-12-09 11:13:00 +0100
commit4cd7c3242513bc23579a376dbd89c4fbdc080614 (patch)
tree0314d4075370e00d7fda2e8175453980b9cdb205 /interface.h
parent6b0658a9775aba758b4f6e2e7ef854126ef1e597 (diff)
downloadvdr-4cd7c3242513bc23579a376dbd89c4fbdc080614.tar.gz
vdr-4cd7c3242513bc23579a376dbd89c4fbdc080614.tar.bz2
Moved progress display to menu.c
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.h b/interface.h
index cd46fbaa..50c37615 100644
--- a/interface.h
+++ b/interface.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.h 1.20 2000/11/18 15:27:59 kls Exp $
+ * $Id: interface.h 1.21 2000/12/09 10:48:41 kls Exp $
*/
#ifndef __INTERFACE_H
@@ -41,6 +41,7 @@ public:
void Clear(void);
void ClearEol(int x, int y, eDvbColor Color = clrBackground);
void Fill(int x, int y, int w, int h, eDvbColor color = clrBackground);
+ void SetBitmap(int x, int y, const cBitmap &Bitmap);
void Flush(void);
void SetCols(int *c);
eDvbFont SetFont(eDvbFont Font);