mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CComponents: use correct initial values screen start position
Value '0' is wrong.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72705b19de
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-02 (Sat, 02 Nov 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -56,8 +56,8 @@ void CComponents::clearSavedScreen()
|
||||
|
||||
void CComponents::initVarBasic()
|
||||
{
|
||||
x = saved_screen.x = 0;
|
||||
y = saved_screen.y = 0;
|
||||
x = saved_screen.x = 1;
|
||||
y = saved_screen.y = 1;
|
||||
cc_xr = x;
|
||||
cc_yr = y;
|
||||
height = saved_screen.dy = CC_HEIGHT_MIN;
|
||||
|
Reference in New Issue
Block a user