mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +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:
@@ -798,8 +798,8 @@ void EpgPlus::init()
|
||||
currentViewMode = ViewMode_Scroll;
|
||||
currentSwapMode = SwapMode_ByPage;
|
||||
#endif
|
||||
usableScreenWidth = frameBuffer->getScreenWidthRel();
|
||||
usableScreenHeight = frameBuffer->getScreenHeightRel();
|
||||
usableScreenWidth = frameBuffer->getWindowWidth();
|
||||
usableScreenHeight = frameBuffer->getWindowHeight();
|
||||
|
||||
for (size_t i = 0; i < NumberOfSizeSettings; ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user