Subversion Repositories Kolibri OS

Rev

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

Rev 277 Rev 283
Line 3427... Line 3427...
3427
  * The function cannot be used together with 68.11, 68.12, 68.13.
3427
  * The function cannot be used together with 68.11, 68.12, 68.13.
3428
    The function call will be ignored after creation of process heap
3428
    The function call will be ignored after creation of process heap
3429
    with function 68.11.
3429
    with function 68.11.
Line 3430... Line 3430...
3430
 
3430
 
-
 
3431
======================================================================
-
 
3432
======== Function 65 - draw image with palette in the window. ========
-
 
3433
======================================================================
-
 
3434
Parameters:
-
 
3435
  * eax = 65 - function number
-
 
3436
  * ebx = pointer to the image
-
 
3437
  * ecx = [size on axis x]*65536 + [size on axis y]
-
 
3438
  * edx = [coordinate on axis x]*65536 + [coordinate on axis y]
-
 
3439
  * esi = number of bits per pixel, must be 8
-
 
3440
  * edi = pointer to palette (256 colors 0x00RRGGBB)
-
 
3441
Returned value:
-
 
3442
  * function does not return value
-
 
3443
Remarks:
-
 
3444
  * Coordinates of the image are coordinates of the upper left corner
-
 
3445
    of the image relative to the window.
-
 
3446
  * Size of the image in bytes is xsize*ysize.
-
 
3447
  * Each byte of image is index in the palette.
-
 
3448
  * If the image uses less than 256 colors, palette size may be
-
 
3449
    less than 256 too.
-
 
3450
 
3431
======================================================================
3451
======================================================================
3432
================== Function 66 - work with keyboard. =================
3452
================== Function 66 - work with keyboard. =================
3433
======================================================================
3453
======================================================================
3434
The input mode influences results of reading keys by function 2.
3454
The input mode influences results of reading keys by function 2.