Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 307... Line 307...
307
 
307
 
308
                                   ; DRAW WINDOW
308
                                   ; DRAW WINDOW
309
    mov  eax,0                     ; function 0 : define and draw window
309
    mov  eax,0                     ; function 0 : define and draw window
310
    mov  ebx,50*65536+649         ; [x start] *65536 + [x size]
310
    mov  ebx,50*65536+649         ; [x start] *65536 + [x size]
311
    mov  ecx,50*65536+504         ; [y start] *65536 + [y size]
311
    mov  ecx,50*65536+504         ; [y start] *65536 + [y size]
312
    mov  edx,0x33ffffff            ; color of work area RRGGBB,8->color gl
312
    mov  edx,0x34ffffff            ; color of work area RRGGBB,8->color gl
313
    mov  edi,title
313
    mov  edi,title
Line 314... Line 314...
314
    mcall
314
    mcall
315
 
315