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 551
Line 1383... Line 1383...
1383
    mcall
1383
    mcall
1384
         ; DRAW WINDOW
1384
         ; DRAW WINDOW
1385
    mov      eax, 0                  ; function 0 : define and draw window
1385
    mov      eax, 0                  ; function 0 : define and draw window
1386
    mov      ebx, 100*65536+250      ; [x start] *65536 + [x size]
1386
    mov      ebx, 100*65536+250      ; [x start] *65536 + [x size]
1387
    mov      ecx, 100*65536+150      ; [y start] *65536 + [y size]
1387
    mov      ecx, 100*65536+150      ; [y start] *65536 + [y size]
1388
    mov      edx,0x13224466          ; color of work area RRGGBB
1388
    mov      edx,0x14224466          ; color of work area RRGGBB
1389
    mov      edi,title               ; color of frames    RRGGBB
1389
    mov      edi,title               ; color of frames    RRGGBB
1390
    mcall
1390
    mcall
Line 1391... Line 1391...
1391
 
1391
 
1392
       ; DIAL BUTTON
1392
       ; DIAL BUTTON