]> git.vomp.tv Git - vompclient-marten.git/commitdiff
*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Sat, 30 May 2009 17:12:06 +0000 (17:12 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 30 May 2009 17:12:06 +0000 (17:12 +0000)
vrecording.cc

index d3b48f38c77b71b586deed40a3c54f6411b20827..965bbd93120331801d15fac90bee771403b1d0e6 100644 (file)
@@ -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:
     {