Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 502
Line 391... Line 391...
391
 
391
 
392
                                   ; DRAW WINDOW
392
                                   ; DRAW WINDOW
393
    xor  eax,eax                   ; function 0 : define and draw window
393
    xor  eax,eax                   ; function 0 : define and draw window
394
    mov  ebx,100*65536+215         ; [x start] *65536 + [x size]
394
    mov  ebx,100*65536+215         ; [x start] *65536 + [x size]
395
    mov  ecx,100*65536+70          ; [y start] *65536 + [y size]
395
    mov  ecx,100*65536+70          ; [y start] *65536 + [y size]
396
    mov  edx,0x03400088            ; color of work area RRGGBB,8->color gl
396
    mov  edx,0x13400088            ; color of work area RRGGBB,8->color gl
397
    mov  edi,title
397
    mov  edi,title
Line 398... Line 398...
398
    mcall
398
    mcall
399
 
399