added setup option to choose Menu Item display method

This commit is contained in:
louis
2014-10-18 09:11:11 +02:00
parent df57e20e06
commit a9f7a65578
8 changed files with 37 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) {
return false;
}
void cPixmapContainer::LockFlush(void) {
void cPixmapContainer::LockFlush(void) {
flushState = fsLock;
}