Subversion Repositories Kolibri OS

Rev

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

Rev 2438 Rev 2440
Line 15... Line 15...
15
;;                                                              ;;
15
;;                                                              ;;
16
;;  See file COPYING for details                                ;;
16
;;  See file COPYING for details                                ;;
17
;;                                                              ;;
17
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 2438 $
20
$Revision: 2440 $
21
 
21
 
Line 555... Line 555...
555
        test    edi, 1           ; force ?
555
        test    edi, 1           ; force ?
556
        jnz     .forced
556
        jnz     .forced
Line 557... Line 557...
557
 
557
 
558
; not forced:
558
; not forced:
-
 
559
        mov     edx, [d_width_calc_area + ebx*4]
559
        mov     edx, [d_width_calc_area + ebx*4]
560
        sub     edx, [_display.width]
560
        add     edx, [_WinMapAddress]
561
        add     edx, [_WinMapAddress]
561
        movzx   edx, byte [eax+edx]
562
        movzx   edx, byte [eax+edx]
562
        cmp     edx, [CURRENT_TASK]
563
        cmp     edx, [CURRENT_TASK]
563
        jne     .exit
564
        jne     .exit