Subversion Repositories Kolibri OS

Rev

Rev 2513 | Rev 2536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2513 Rev 2515
Line 599... Line 599...
599
  * ecx = pointer to mapped data
599
  * ecx = pointer to mapped data
600
Returned value:
600
Returned value:
601
  * eax = 1 - success, 0 - error
601
  * eax = 1 - success, 0 - error
Line 602... Line 602...
602
 
602
 
-
 
603
======================================================================
-
 
604
===================== Function 15, subfunction 8 =====================
-
 
605
============= Get coordinates of last draw the background ============
-
 
606
======================================================================
-
 
607
Parameters:
-
 
608
  * eax = 15 - function number
-
 
609
  * ebx = 8 - subfunction number
-
 
610
Returned value:
-
 
611
  * eax = [left]*65536 + [right]
-
 
612
  * ebx = [top]*65536 + [bottom]
-
 
613
Remarks:
-
 
614
  * (left,top) are coordinates of the left upper corner,
-
 
615
    (right,bottom) are coordinates of the right lower one.
-
 
616
  * For receiving more reliable information, call the function
-
 
617
    immediately after the event:
-
 
618
             5 = kernel finished redrawing of the desktop background
-
 
619
 
603
======================================================================
620
======================================================================
604
=============== Function 16 - save ramdisk on a floppy. ==============
621
=============== Function 16 - save ramdisk on a floppy. ==============
605
======================================================================
622
======================================================================
606
Parameters:
623
Parameters:
607
  * eax = 16 - function number
624
  * eax = 16 - function number