Subversion Repositories Kolibri OS

Rev

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

Rev 1080 Rev 1087
Line 187... Line 187...
187
    @@:
187
    @@:
Line 188... Line 188...
188
 
188
 
189
	cmp	eax, 'bck'
189
	cmp	eax, 'bck'
190
	jnz	@f
190
	jnz	@f
191
	call	prev_image
191
	call	prev_image
192
	jmp	still
192
	jmp	red
193
    @@:
193
    @@:
194
	cmp	eax, 'fwd'
194
	cmp	eax, 'fwd'
195
	jnz	@f
195
	jnz	@f
196
	call	next_image
196
	call	next_image
197
	jmp	still
197
	jmp	red
Line 198... Line 198...
198
    @@:
198
    @@:
199
 
199
 
Line 585... Line 585...
585
	jz	.posok
585
	jz	.posok
586
	or	ecx, -1
586
	or	ecx, -1
587
	mcall	9, procinfo
587
	mcall	9, procinfo
Line 588... Line 588...
588
 
588
 
589
	cmp	dword [ebx + 66], 0
589
	cmp	dword [ebx + 66], 0
Line 590... Line 590...
590
	jle	.noredraw
590
	jle	.posok
591
 
591
 
592
	mov	edx, ecx
592
	mov	edx, ecx
593
	mov	esi, ecx
593
	mov	esi, ecx
Line 617... Line 617...
617
	lea	ecx, [100*65536 + eax]
617
	lea	ecx, [100*65536 + eax]
618
	mcall	0, , , 0x73FFFFFF, , s_header
618
	mcall	0, , , 0x73FFFFFF, , s_header
Line 619... Line 619...
619
 
619
 
620
	mcall	9, procinfo, -1
620
	mcall	9, procinfo, -1
-
 
621
	mov	[bFirstDraw], 1
-
 
622
	cmp	dword [ebx + 66], 0
621
	mov	[bFirstDraw], 1
623
	jle	.nodraw
622
	mov	ebx, [procinfo + 62]
624
	mov	ebx, [ebx + 62]
623
	inc	ebx
625
	inc	ebx
624
	mcall	13, , <0, 35>, 0xFFFFFF
626
	mcall	13, , <0, 35>, 0xFFFFFF
625
	mov	ecx, [procinfo + 66]
627
	mov	ecx, [procinfo + 66]
626
	inc	ecx
628
	inc	ecx
Line 700... Line 702...
700
	add	edx, 25 * 65536
702
	add	edx, 25 * 65536
701
	mcall	, buttons+rot180btn*20
703
	mcall	, buttons+rot180btn*20
Line 702... Line 704...
702
 
704
 
Line -... Line 705...
-
 
705
	call	draw_cur_frame
703
	call	draw_cur_frame
706
 
Line 704... Line -...
704
 
-
 
705
	mcall	12, 2
707
.nodraw:
Line 706... Line 708...
706
 
708
	mcall	12, 2
707
.noredraw:
709
 
708
	ret
710
	ret