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 158... Line 158...
158
 
158
 
159
  xor  eax,eax		     ;DRAW WINDOW
159
  xor  eax,eax		     ;DRAW WINDOW
160
  mov  ebx,150*65536+h_sp
160
  mov  ebx,150*65536+h_sp
161
  mov  ecx,100*65536+v_sp
161
  mov  ecx,100*65536+v_sp
162
  mov  edx,[sys_colors+4*5]
162
  mov  edx,[sys_colors+4*5]
163
  or   edx,0x13000000
163
  or   edx,0x14000000
164
  mov  edi,title
164
  mov  edi,title
Line 165... Line 165...
165
  mcall
165
  mcall
166
 
166