Subversion Repositories Kolibri OS

Rev

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

Rev 109 Rev 122
Line 130... Line 130...
130
    mov  ebx,1			     ; 1, start of draw
130
    mov  ebx,1			     ; 1, start of draw
131
    int  0x40
131
    int  0x40
Line 132... Line 132...
132
 
132
 
133
    cmp  [flscr],0
133
    cmp  [flscr],0
134
    jnz  m2
134
    jnz  m2
135
      mov  ebx,1*65536+640	     ; [x start] *65536 + [x size]
135
      mov  ebx,1*65536+638	     ; [x start] *65536 + [x size]
136
      mov  ecx,1*65536+480	     ; [y start] *65536 + [y size]
136
      mov  ecx,1*65536+478	     ; [y start] *65536 + [y size]
137
      mov  edx,0x02000000	     ; color of work area RRGGBB,8->color gl
137
      mov  edx,0x02000000	     ; color of work area RRGGBB,8->color gl
138
      mov  esi,0x805080d0	     ; color of grab bar  RRGGBB,8->color gl
138
      mov  esi,0x805080d0	     ; color of grab bar  RRGGBB,8->color gl
139
      mov  edi,0x005080d0	     ; color of frames    RRGGBB
139
      mov  edi,0x005080d0	     ; color of frames    RRGGBB
140
      xor  eax,eax		     ; function 0 : define and draw window
140
      xor  eax,eax		     ; function 0 : define and draw window