Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 162... Line 162...
162
                                   ; DRAW WINDOW
162
                                   ; DRAW WINDOW
163
    mov  eax, 0                    ; function 0 : define and draw window
163
    mov  eax, 0                    ; function 0 : define and draw window
164
    mov  ebx, 100*65536+200        ; [x start] *65536 + [x size]
164
    mov  ebx, 100*65536+200        ; [x start] *65536 + [x size]
165
    mov  ecx, 100*65536+275        ; [y start] *65536 + [y size]
165
    mov  ecx, 100*65536+275        ; [y start] *65536 + [y size]
166
    mov  edx, [sc.work]            ; color of work area RRGGBB,8->color gl
166
    mov  edx, [sc.work]            ; color of work area RRGGBB,8->color gl
167
    or   edx, 0x33000000
167
    or   edx, 0x34000000
168
    mov  edi, title                ; WINDOW LABEL
168
    mov  edi, title                ; WINDOW LABEL
169
    mcall
169
    mcall
Line 170... Line 170...
170
                                   
170
                                   
171
    mov  eax, 4
171
    mov  eax, 4