Subversion Repositories Kolibri OS

Rev

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

Rev 1563 Rev 2214
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 1563 $
9
$Revision: 2214 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1304... Line 1304...
1304
	add	edi, WDATA.box
1304
	add	edi, WDATA.box
1305
end if
1305
end if
1306
	mov	ecx, 4
1306
	mov	ecx, 4
1307
	repz	cmpsd
1307
	repz	cmpsd
1308
	pop	edi
1308
	pop	edi
-
 
1309
	jnz	@f
-
 
1310
	
-
 
1311
	mov	edi,eax
-
 
1312
        mov     eax, [edi + BOX.left - 2]
-
 
1313
        mov     ax, word[edi + BOX.left]
-
 
1314
        add     ax, word[edi + BOX.width]
-
 
1315
        mov     ebx, [edi + BOX.top - 2]
-
 
1316
        mov     bx, word[edi + BOX.top]
-
 
1317
        add     bx, word[edi + BOX.height]
-
 
1318
        xor     esi,esi
-
 
1319
        call    draw_rectangle.forced
1309
	jz	.exit
1320
	jmp	.exit
1310
@@:
1321
@@:
Line 1311... Line 1322...
1311
 
1322
 
Line 1312... Line 1323...
1312
        add     esp, -BOX.sizeof
1323
        add     esp, -BOX.sizeof