Subversion Repositories Kolibri OS

Rev

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

Rev 2430 Rev 2446
Line 338... Line 338...
338
 
338
 
Line 339... Line 339...
339
        mov     edi, ebp
339
        mov     edi, ebp
Line 340... Line 340...
340
 
340
 
341
        imul    edi, [_display.pitch]
341
        imul    edi, [_display.pitch]
-
 
342
;        imul    ebp, [_display.width]
-
 
343
        mov     ebp, [d_width_calc_area + ebp*4]
342
        imul    ebp, [_display.width]
344
 
343
        add     ebp, ebx
345
        add     ebp, ebx
Line 344... Line 346...
344
        add     ebp, [_WinMapAddress]
346
        add     ebp, [_WinMapAddress]
345
 
347