Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2510 → Rev 2511

/kernel/trunk/docs/sysfuncs.txt
1702,6 → 1702,19
from the parent.
 
======================================================================
========= Function 34 - who owner the pixel on the screen. ===========
======================================================================
Parameters:
* eax = 34 - function number
* ebx = x-coordinate (relative to the display)
* ecx = y-coordinate (relative to the display)
 
Returned value:
* eax = 0x000000XX - owner of pixel the slot window N
If incorrect values ebx and ecx then function returns 0
* The function takes the value from the area [_WinMapAddress]
======================================================================
======= Function 35 - read the color of a pixel on the screen. =======
======================================================================
Parameters: