diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-09 09:19:15 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-09 09:19:15 +0200 |
commit | e6e9996060ea565eed33e7e04f74948001355fb6 (patch) | |
tree | 510333148fe94d16501906b827ff977e0351a95e /menu.h | |
parent | 2ceb19e566c26a42b3d69244609772082f9a7997 (diff) | |
download | vdr-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.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: 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; |