From 5f1af2011f13ecdad52837ba991c11fc7051e4f3 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sun, 4 Jul 2021 11:59:11 +0000 Subject: [PATCH] sysfunc: fixed mistake in f48.5 (found by zorggish) git-svn-id: svn://kolibrios.org@8994 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/docs/sysfuncr.txt | 2 +- kernel/trunk/docs/sysfuncs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/trunk/docs/sysfuncr.txt b/kernel/trunk/docs/sysfuncr.txt index 5a0118e20a..b88aeb96f8 100644 --- a/kernel/trunk/docs/sysfuncr.txt +++ b/kernel/trunk/docs/sysfuncr.txt @@ -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. diff --git a/kernel/trunk/docs/sysfuncs.txt b/kernel/trunk/docs/sysfuncs.txt index 88e76e756e..0115e0d0d8 100644 --- a/kernel/trunk/docs/sysfuncs.txt +++ b/kernel/trunk/docs/sysfuncs.txt @@ -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.