sysfunc: fixed mistake in f48.5 (found by zorggish)

git-svn-id: svn://kolibrios.org@8994 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-07-04 11:59:11 +00:00
parent a224bceaeb
commit 5f1af2011f
2 changed files with 2 additions and 2 deletions

View File

@ -2320,7 +2320,7 @@ dword-значение цвета 0x00RRGGBB
* (left,top) - координаты левого верхнего угла,
(right,bottom) - координаты правого нижнего.
Таким образом, размер рабочей области по оси x определяется
формулой right-left+1, по оси y - формулой bottom-right+1.
формулой right-left+1, по оси y - формулой bottom-top+1.
* Смотри также функцию 14,
позволяющую определить размеры всего экрана.
* Есть парная функция установки рабочей области - подфункция 6.

View File

@ -2298,7 +2298,7 @@ Remarks:
* (left,top) are coordinates of the left upper corner,
(right,bottom) are coordinates of the right lower one.
Thus the size of working area on x axis can be calculated by
formula right-left+1, on y axis - by formula bottom-right+1.
formula right-left+1, on y axis - by formula bottom-top+1.
* See also function 14,
to get sizes of all screen.
* There is a pair function to set working area - subfunction 6.