Subversion Repositories Kolibri OS

Rev

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

Rev 684 Rev 709
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 684 $
8
$Revision: 709 $
9
 
9
 
10
 
10
 
Line 497... Line 497...
497
 
497
 
498
 
498
 
499
repos_windows:
499
repos_windows:
500
	mov	ecx,[TASK_COUNT]
500
	mov	ecx,[TASK_COUNT]
501
	mov	edi, OS_BASE+0x20*2
501
	mov	edi, OS_BASE+0x20*2
502
    mov    byte[REDRAW_BACKGROUND],1
502
	call    force_redraw_background
503
	dec	ecx
503
	dec	ecx
504
	jge    @f
504
	jge    @f
505
	ret
505
	ret