summaryrefslogtreecommitdiff
path: root/displaymenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.c')
-rw-r--r--displaymenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c
index af90ddeb..09c4ecd8 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -3192,7 +3192,7 @@ void cFlatDisplayMenu::SetRecording(const cRecording *Recording) {
chTop = topBarHeight + marginItem + Config.decorBorderTopBarSize*2 + Config.decorBorderMenuContentHeadSize;
chWidth = menuWidth - Config.decorBorderMenuContentHeadSize*2;
chHeight = fontHeight + fontSmlHeight*2 + marginItem*2;
- contentHeadPixmap = osd->CreatePixmap(1, cRect(chLeft, chTop, chWidth, chHeight));
+ contentHeadPixmap = CreatePixmap(1, cRect(chLeft, chTop, chWidth, chHeight));
//dsyslog("skinflatplus: contentHeadPixmap left: %d top: %d width: %d height: %d", chLeft, chTop, chWidth, chHeight );
contentHeadIconsPixmap->Fill(clrTransparent);