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:
2021-07-04 11:59:11 +00:00
parent a224bceaeb
commit 5f1af2011f
2 changed files with 2 additions and 2 deletions

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.