Subversion Repositories Kolibri OS

Rev

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

Rev 5350 Rev 5351
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: 5350 $
9
$Revision: 5351 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1891... Line 1891...
1891
        push    esi
1891
        push    esi
1892
        mov     esi, [_display.width]
1892
        mov     esi, [_display.width]
1893
        mov     edi, [d_width_calc_area + ebx*4]
1893
        mov     edi, [d_width_calc_area + ebx*4]
Line 1894... Line 1894...
1894
 
1894
 
1895
        add     edi, eax
1895
        add     edi, eax
1896
        add     edi, [_WinMapAddress]
1896
        add     edi, [_display.win_map]
1897
        pop     eax
1897
        pop     eax
1898
        mov     ah, al
1898
        mov     ah, al
1899
        push    ax
1899
        push    ax
1900
        shl     eax, 16
1900
        shl     eax, 16
Line 1933... Line 1933...
1933
        ; get WinMap start  -> ebp
1933
        ; get WinMap start  -> ebp
1934
        push    eax
1934
        push    eax
1935
        mov     eax, [d_width_calc_area + ebx*4]
1935
        mov     eax, [d_width_calc_area + ebx*4]
Line 1936... Line 1936...
1936
 
1936
 
1937
        add     eax, [esp]
1937
        add     eax, [esp]
1938
        add     eax, [_WinMapAddress]
1938
        add     eax, [_display.win_map]
Line 1939... Line 1939...
1939
        mov     ebp, eax
1939
        mov     ebp, eax
1940
 
1940