Subversion Repositories Kolibri OS

Rev

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

Rev 2536 Rev 2547
Line 628... Line 628...
628
  * For receiving more reliable information, call the function
628
  * For receiving more reliable information, call the function
629
    immediately after the event:
629
    immediately after the event:
630
             5 = kernel finished redrawing of the desktop background
630
             5 = kernel finished redrawing of the desktop background
Line 631... Line 631...
631
 
631
 
-
 
632
======================================================================
-
 
633
===================== Function 15, subfunction 9 =====================
-
 
634
============= Redraws a rectangular part of the background ===========
-
 
635
======================================================================
-
 
636
Parameters:
-
 
637
  * eax = 15 - function number
-
 
638
  * ebx = 9 - subfunction number
-
 
639
  * ecx = [left]*65536 + [right]
-
 
640
  * edx = [top]*65536 + [bottom]
-
 
641
Returned value:
-
 
642
  * function does not return value
-
 
643
Remarks:
-
 
644
  * (left,top) are coordinates of the left upper corner,
-
 
645
    (right,bottom) are coordinates of the right lower one.
-
 
646
  * If parameters are set incorrectly then background is not redrawn.
-
 
647
 
632
======================================================================
648
======================================================================
633
=============== Function 16 - save ramdisk on a floppy. ==============
649
=============== Function 16 - save ramdisk on a floppy. ==============
634
======================================================================
650
======================================================================
635
Parameters:
651
Parameters:
636
  * eax = 16 - function number
652
  * eax = 16 - function number