diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-11-10 15:37:28 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-18 17:03:15 +0200 |
commit | 93af9304c8d798e71f86fc5166cc4d323ed0f9f6 (patch) | |
tree | c96d878edeba357cedb0f07fc429d408fa715130 /channelgroup.c | |
parent | d8663ff3096fcea38bf7d7b93dceec90a5fbabe2 (diff) | |
download | vdr-plugin-tvguide-93af9304c8d798e71f86fc5166cc4d323ed0f9f6.tar.gz vdr-plugin-tvguide-93af9304c8d798e71f86fc5166cc4d323ed0f9f6.tar.bz2 |
Cosmetic change in osdmanager.*
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) { |