summaryrefslogtreecommitdiff
path: root/footer.c
diff options
context:
space:
mode:
Diffstat (limited to 'footer.c')
-rw-r--r--footer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/footer.c b/footer.c
index 155b9d4..a72d895 100644
--- a/footer.c
+++ b/footer.c
@@ -8,7 +8,7 @@ cFooter::cFooter(cChannelGroups *channelGroups) {
currentGroup = -1;
buttonY = (geoManager.footerHeight - geoManager.buttonHeight)/2;
SetButtonPositions();
- footer = osdManager.requestPixmap(2, cRect( 0,
+ footer = osdManager.CreatePixmap(2, cRect( 0,
geoManager.footerY,
geoManager.osdWidth,
geoManager.footerHeight),
@@ -17,7 +17,7 @@ cFooter::cFooter(cChannelGroups *channelGroups) {
}
cFooter::~cFooter(void) {
- osdManager.releasePixmap(footer);
+ osdManager.DestroyPixmap(footer);
}
void cFooter::drawRedButton() {