Subversion Repositories Kolibri OS

Rev

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

Rev 502 Rev 551
Line 91... Line 91...
91
				       ; DRAW WINDOW
91
				       ; DRAW WINDOW
92
	xor  eax,eax
92
	xor  eax,eax
93
	mov  ebx,50*65536+555  ;x
93
	mov  ebx,50*65536+555  ;x
94
	mov  ecx,30*65536+455  ;y
94
	mov  ecx,30*65536+455  ;y
95
      mov  edx,[sc.work]
95
      mov  edx,[sc.work]
96
	or   edx,0x33000000    ;style
96
	or   edx,0x34000000    ;style
97
	mov  edi,caption
97
	mov  edi,caption
98
	mcall
98
	mcall
Line 99... Line 99...
99
 
99
 
100
text_in_window:
100
text_in_window: