Subversion Repositories Kolibri OS

Rev

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

Rev 4623 Rev 4824
Line 34... Line 34...
34
        rep     stosd
34
	rep	stosd
35
        pop     eax
35
	pop	eax
Line 36... Line 36...
36
 
36
 
37
        mov     [ebx + window.data_ptr], eax
37
	mov	[ebx + window.data_ptr], eax
-
 
38
	mov	[ebx + window.flags], 0
Line 38... Line 39...
38
        mov     [ebx + window.flags], 0
39
	or	[ebx + window.flags], FLAG_SCROLL_LOW
39
 
40
 
40
        add     eax, window_data.text+2         ; let text begin at offset 2, this way the text will be prepended with two null bytes
41
	add	eax, window_data.text+2 	; let text begin at offset 2, this way the text will be prepended with two null bytes
41
        mov     [ebx + window.text_start], eax
42
	mov	[ebx + window.text_start], eax