summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-09 09:19:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-09 09:19:15 +0200
commite6e9996060ea565eed33e7e04f74948001355fb6 (patch)
tree510333148fe94d16501906b827ff977e0351a95e /menu.h
parent2ceb19e566c26a42b3d69244609772082f9a7997 (diff)
downloadvdr-e6e9996060ea565eed33e7e04f74948001355fb6.tar.gz
vdr-e6e9996060ea565eed33e7e04f74948001355fb6.tar.bz2
Fixed sluggish response when manipulating editing marks while a cutting thread is running
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index ba93c5d2..10ffc7ab 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 2.11 2012/06/13 11:23:11 kls Exp $
+ * $Id: menu.h 2.12 2012/09/07 08:48:34 kls Exp $
*/
#ifndef __MENU_H
@@ -260,6 +260,7 @@ class cReplayControl : public cDvbPlayerControl {
private:
cSkinDisplayReplay *displayReplay;
cMarks marks;
+ bool marksModified;
bool visible, modeOnly, shown, displayFrames;
int lastCurrent, lastTotal;
bool lastPlay, lastForward;