From 2a7a011055a44516ec981e525776394a8c04dcfe Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 9 Jul 2013 00:17:42 +0200 Subject: Version 0.0.6 --- headergrid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'headergrid.c') diff --git a/headergrid.c b/headergrid.c index 280ea46..4bb25c8 100644 --- a/headergrid.c +++ b/headergrid.c @@ -24,8 +24,8 @@ void cHeaderGrid::createBackground(int num) { width = tvguideConfig.channelHeaderWidth; height = tvguideConfig.rowHeight; } - pixmap = osdManager.requestPixmap(2, cRect(x, y, width, height)); - pixmapLogo = osdManager.requestPixmap(3, cRect(x, y, width, height)); + pixmap = osdManager.requestPixmap(1, cRect(x, y, width, height)); + pixmapLogo = osdManager.requestPixmap(2, cRect(x, y, width, height)); if ((!pixmap) || (!pixmapLogo)){ return; } -- cgit v1.2.3