Subversion Repositories Kolibri OS

Rev

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

Rev 802 Rev 803
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 802 $
58
$Revision: 803 $
Line 2513... Line 2513...
2513
	movzx	eax, byte [BTN_COUNT]
2513
	movzx	eax, byte [BTN_COUNT]
2514
	test	eax, eax
2514
	test	eax, eax
2515
	jz	.exit
2515
	jz	.exit
2516
	mov	eax, [BTN_BUFF]
2516
	mov	eax, [BTN_BUFF]
2517
	shl	eax, 8
2517
	shl	eax, 8
-
 
2518
; // Alver 22.06.2008 // {
-
 
2519
        mov       al, byte [btn_down_determ]
-
 
2520
        and       al,0xFE                                       ; delete left button bit
-
 
2521
; } \\ Alver \\
2518
	mov	[BTN_COUNT], byte 0
2522
	mov	[BTN_COUNT], byte 0
2519
	mov	[esp + 32], eax
2523
	mov	[esp + 32], eax
2520
.exit:
2524
.exit:
2521
	ret
2525
	ret
Line 2923... Line 2927...
2923
	add	ebx,ebp
2927
	add	ebx,ebp
2924
.dodraw:
2928
.dodraw:
2925
	mov	ecx,[common_colours+16];0x00FFFFFF
2929
	mov	ecx,[common_colours+16];0x00FFFFFF
2926
	or	ecx, 0x80000000
2930
	or	ecx, 0x80000000
2927
	xor	edi,edi
2931
	xor	edi,edi
-
 
2932
; // Alver 22.06.2008 // {
2928
	call	dtext
2933
;	call	dtext
-
 
2934
        call dtext_asciiz_esi
-
 
2935
; } \\ Alver \\
Line 2929... Line 2936...
2929
 
2936
 
2930
    @@:
2937
    @@:
2931
;--------------------------------------------------------------
2938
;--------------------------------------------------------------
2932
	dec	[mouse_pause]
2939
	dec	[mouse_pause]