summaryrefslogtreecommitdiff
path: root/menu-commands.h
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2006-01-12 19:39:53 +0000
committerAndreas Brachold <vdr07@deltab.de>2006-01-12 19:39:53 +0000
commit35aa768d991d5dadb6b3301b371b0cb8e4747e1d (patch)
tree4a86dbf6579d1bce3a0de128b23f6d2ef3a3436d /menu-commands.h
parente704540374d251d037560673e9373a357959198b (diff)
downloadvdr-plugin-image-35aa768d991d5dadb6b3301b371b0cb8e4747e1d.tar.gz
vdr-plugin-image-35aa768d991d5dadb6b3301b371b0cb8e4747e1d.tar.bz2
- fix build failed without defined FFMDIR
- add exif support (required libexif)
Diffstat (limited to 'menu-commands.h')
-rw-r--r--menu-commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/menu-commands.h b/menu-commands.h
index 9796fcb..828a2e1 100644
--- a/menu-commands.h
+++ b/menu-commands.h
@@ -1,7 +1,7 @@
/*
* Image plugin to VDR (C++)
*
- * (C) 2004-2005 Andreas Brachold <vdr04-at-deltab.de>
+ * (C) 2004-2005 Andreas Brachold <anbr at users.berlios.de>
*
* This code is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -37,7 +37,7 @@ class cImageMenuCommands
protected:
eOSState Execute(void);
public:
- cImageMenuCommands(const char *szTitle, cImageCommands *Cmds, const char *szFileName = NULL);
+ cImageMenuCommands(const char *szTitle, cImageCommands *Cmds, const char *szFileName);
virtual ~cImageMenuCommands();
virtual eOSState ProcessKey(eKeys Key);
bool HasImageChanged() const { return m_bImageChanged; }
@@ -50,7 +50,7 @@ class cImageMenuResult : public cOsdMenu
protected:
virtual void Display(void);
public:
- cImageMenuResult(const char *Title, const char *Text, eDvbFont Font = fontOsd);
+ cImageMenuResult(const char *Title, const char *Text);
virtual eOSState ProcessKey(eKeys Key);
};