Subversion Repositories Kolibri OS

Rev

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

Rev 9679 Rev 9709
Line 13... Line 13...
13
;;                                                              ;;
13
;;                                                              ;;
14
;;  See file COPYING for details                                ;;
14
;;  See file COPYING for details                                ;;
15
;;                                                              ;;
15
;;                                                              ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 9679 $
18
$Revision: 9709 $
19
 
19
 
20
 
20
 
Line 396... Line 396...
396
        push    edi
396
        push    edi
397
        push    eax
397
        push    eax
398
        push    ebx
398
        push    ebx
399
        push    ecx
399
        push    ecx
400
        push    edx
400
        push    edx
401
        ;mov     ecx, [TASK_BASE]
-
 
402
        ;add     eax, [ecx-twdw+WDATA.box.left]
-
 
403
        ;add     ebx, [ecx-twdw+WDATA.box.top]
-
 
404
        mov     ecx, [current_slot_idx]
401
        mov     ecx, [current_slot_idx]
405
        shl     ecx, 5
402
        shl     ecx, 5
406
        add     eax, [ecx + window_data + WDATA.box.left]
403
        add     eax, [ecx + window_data + WDATA.box.left]
407
        add     ebx, [ecx + window_data + WDATA.box.top]
404
        add     ebx, [ecx + window_data + WDATA.box.top]
408
        push    eax
405
        push    eax
Line 767... Line 764...
767
        push    ebx
764
        push    ebx
768
        push    ecx
765
        push    ecx
769
        push    edx
766
        push    edx
770
        movzx   eax, word [esp+2]
767
        movzx   eax, word [esp+2]
771
        movzx   ebx, word [esp+0]
768
        movzx   ebx, word [esp+0]
772
        ;mov     ecx, [TASK_BASE]
-
 
773
        ;add     eax, [ecx-twdw+WDATA.box.left]
-
 
774
        ;add     ebx, [ecx-twdw+WDATA.box.top]
-
 
775
        mov     ecx, [current_slot_idx]
769
        mov     ecx, [current_slot_idx]
776
        shl     ecx, 5
770
        shl     ecx, 5
777
        add     eax, [ecx + window_data + WDATA.box.left]
771
        add     eax, [ecx + window_data + WDATA.box.left]
778
        add     ebx, [ecx + window_data + WDATA.box.top]
772
        add     ebx, [ecx + window_data + WDATA.box.top]
779
        push    eax
773
        push    eax