Merge branch 'neutrino-hd-tripledragon' into neutrino-mp

This commit is contained in:
Stefan Seyfried
2012-09-15 12:14:33 +02:00
10 changed files with 81 additions and 31 deletions

View File

@@ -427,6 +427,8 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
delete (unsigned char*) data;
break;
}
/* almost all messages paint something, so blit here */
frameBuffer->blit();
return msg;
}