Subversion Repositories Kolibri OS

Rev

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

Rev 5836 Rev 5844
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: 5836 $
9
$Revision: 5844 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1415... Line 1415...
1415
;> esi = process slot
1415
;> esi = process slot
1416
;------------------------------------------------------------------------------
1416
;------------------------------------------------------------------------------
1417
;        mov     edi, ebx
1417
;        mov     edi, ebx
1418
;        call    window._.end_moving__box
1418
;        call    window._.end_moving__box
Line 1419... Line -...
1419
 
-
 
1420
        mov     edi, ebx
-
 
1421
        call    window._.draw_negative_box
-
 
1422
 
1419
 
1423
        mov     edi, esi
1420
        mov     edi, esi
1424
        shl     edi, 5
1421
        shl     edi, 5
Line 1425... Line 1422...
1425
        add     edi, window_data
1422
        add     edi, window_data
Line 1560... Line 1557...
1560
        xchg    ebx, esi
1557
        xchg    ebx, esi
1561
        call    memmove
1558
        call    memmove
1562
        mov     eax, ebx
1559
        mov     eax, ebx
1563
        mov     ebx, esi
1560
        mov     ebx, esi
Line -... Line 1561...
-
 
1561
 
-
 
1562
        push    edi
-
 
1563
        mov     edi, eax
-
 
1564
        call    window._.draw_negative_box
1564
 
1565
        pop     edi
1565
        call    window._.check_window_position
1566
        call    window._.check_window_position
1566
        call    window._.set_window_clientbox
1567
        call    window._.set_window_clientbox
Line 1567... Line 1568...
1567
        call    window._.invalidate_screen
1568
        call    window._.invalidate_screen