Subversion Repositories Kolibri OS

Rev

Rev 9715 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9715 Rev 9949
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: 9715 $
18
$Revision: 9949 $
19
 
19
 
20
 
20
 
Line 254... Line 254...
254
        mov     ebx, dword[BgrDataHeight]
254
        mov     ebx, dword[BgrDataHeight]
255
        mul     ebx
255
        mul     ebx
256
        mov     ebx, 3
256
        mov     ebx, 3
257
        mul     ebx
257
        mul     ebx
258
        mov     [imax], eax
258
        mov     [imax], eax
259
        mov     eax, [draw_data+32+RECT.left]
259
        mov     eax, [background_window + WDATA.draw_data.left]
260
        mov     ebx, [draw_data+32+RECT.top]
260
        mov     ebx, [background_window + WDATA.draw_data.top]
261
        xor     edi, edi;no force
261
        xor     edi, edi;no force
Line 262... Line 262...
262
 
262
 
Line 263... Line 263...
263
      v12dp3:
263
      v12dp3: