From 38ef8f1d8da5ddabf2efceac351df69d97290d62 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 30 May 2009 17:12:06 +0000 Subject: [PATCH] *** empty log message *** --- vrecording.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vrecording.cc b/vrecording.cc index d3b48f3..965bbd9 100644 --- a/vrecording.cc +++ b/vrecording.cc @@ -124,6 +124,7 @@ int VRecording::handleCommand(int command) switch(command) { case Remote::LEFT: + case Remote::DF_LEFT: case Remote::DF_UP: case Remote::UP: { @@ -131,6 +132,7 @@ int VRecording::handleCommand(int command) return 2; } case Remote::RIGHT: + case Remote::DF_RIGHT: case Remote::DF_DOWN: case Remote::DOWN: { -- 2.39.2