summaryrefslogtreecommitdiff
path: root/exif.h
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2006-01-20 20:51:41 +0000
committerAndreas Brachold <vdr07@deltab.de>2006-01-20 20:51:41 +0000
commit153722df7dfb7c79f77157d6c0600fabc87a53c5 (patch)
tree89fecf30d352edd3bbae731d0fd2b1be84acb16b /exif.h
parentedf241b13a0a965b04857258c41ca190b5afa415 (diff)
downloadvdr-plugin-image-153722df7dfb7c79f77157d6c0600fabc87a53c5.tar.gz
vdr-plugin-image-153722df7dfb7c79f77157d6c0600fabc87a53c5.tar.bz2
- split exif page to two page for tags and marker nodes
Diffstat (limited to 'exif.h')
-rw-r--r--exif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/exif.h b/exif.h
index 1f494a6..3048225 100644
--- a/exif.h
+++ b/exif.h
@@ -30,7 +30,9 @@
class cImageMenuExif : public cOsdMenu
{
- std::string m_strText;
+ bool m_bDisplayTags;
+ std::string m_strTextTag;
+ std::string m_strTextMarker;
protected:
virtual void Display(void);
public: