diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 13:54:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 13:54:34 +0200 |
commit | 8365632b3f201f1b903dd88d80593435ba9545a1 (patch) | |
tree | 07705e4d45b3024171506840219a38679262c6b7 /ci.h | |
parent | 283a6f83f90a10175ffa6b5acbb895298223b48d (diff) | |
download | vdr-8365632b3f201f1b903dd88d80593435ba9545a1.tar.gz vdr-8365632b3f201f1b903dd88d80593435ba9545a1.tar.bz2 |
The CAM menu is now completely closed when pressing the Menu key while inside a sub menu
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 1.15 2005/10/02 12:51:22 kls Exp $ + * $Id: ci.h 1.16 2005/10/02 13:20:41 kls Exp $ */ #ifndef __CI_H @@ -40,6 +40,7 @@ public: bool Selectable(void) { return selectable; } bool Select(int Index); bool Cancel(void); + bool Abort(void); bool HasUpdate(void); }; |