diff options
Diffstat (limited to 'channelgroup.c')
-rw-r--r-- | channelgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channelgroup.c b/channelgroup.c index de143a2..398df76 100644 --- a/channelgroup.c +++ b/channelgroup.c @@ -47,7 +47,7 @@ void cChannelGroupGrid::SetGeometry(int start, int end) { width = geoManager.channelGroupsWidth; height = (end - start + 1) * geoManager.rowHeight; } - pixmap = osdManager.requestPixmap(1, cRect(x, y, width, height)); + pixmap = osdManager.CreatePixmap(1, cRect(x, y, width, height)); } void cChannelGroupGrid::Draw(void) { |