mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- framebuffer: better name for getWindowWidth/Height() functions
getScreenWidth/HeightRel() was confusing because it depends on users window settings. Replace names in old unused framebuffer code too. Signed-off-by: Thilo Graf <dbt@novatux.de> Conflicts: gui/channellist.cpp
This commit is contained in:
@@ -138,8 +138,8 @@ CEpgData::~CEpgData()
|
||||
|
||||
void CEpgData::start()
|
||||
{
|
||||
ox = frameBuffer->getScreenWidthRel(bigFonts ? false /* big */ : true /* small */);
|
||||
oy = frameBuffer->getScreenHeightRel(bigFonts ? false /* big */ : true /* small */);
|
||||
ox = frameBuffer->getWindowWidth(bigFonts ? false /* big */ : true /* small */);
|
||||
oy = frameBuffer->getWindowHeight(bigFonts ? false /* big */ : true /* small */);
|
||||
|
||||
font_title = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_TITLE];
|
||||
topheight = font_title->getHeight();
|
||||
|
Reference in New Issue
Block a user