diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-03 09:54:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-03 09:54:18 +0200 |
commit | f8386cdd8bb0fbad05eb7db09bdfd840bac324c8 (patch) | |
tree | c22a2d0b2d52ac86c2f56244bb009ad09a1e5da5 /menu.h | |
parent | ba1c9fb5349080ea7007ad88d7343059d4d73616 (diff) | |
download | vdr-f8386cdd8bb0fbad05eb7db09bdfd840bac324c8.tar.gz vdr-f8386cdd8bb0fbad05eb7db09bdfd840bac324c8.tar.bz2 |
Added the usual menu timeout to the CAM menus1.2.2
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 1.56 2003/05/24 16:35:52 kls Exp $ + * $Id: menu.h 1.57 2003/08/03 09:37:18 kls Exp $ */ #ifndef __MENU_H @@ -62,6 +62,7 @@ public: class cMenuCam : public cOsdMenu { private: cCiMenu *ciMenu; + time_t lastActivity; bool selected; eOSState Select(void); public: @@ -73,6 +74,7 @@ public: class cMenuCamEnquiry : public cOsdMenu { private: cCiEnquiry *ciEnquiry; + time_t lastActivity; char *input; bool replied; eOSState Reply(void); |