Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 469
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 469 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 218... Line 218...
218
 
218
 
Line 219... Line 219...
219
      v12dp3:
219
      v12dp3:
220
 
220
 
221
        push  eax
221
        push  eax
Line 222... Line 222...
222
        push  ebx
222
        push  ebx
223
        mov   esi,IMG_BACKGROUND
223
        mov   esi,[img_background]   ;IMG_BACKGROUND
Line 224... Line 224...
224
 
224
 
Line 280... Line 280...
280
        mov   esi,eax
280
        mov   esi,eax
281
        pop   eax
281
        pop   eax
282
        add   esi,eax
282
        add   esi,eax
283
        add   esi,eax
283
        add   esi,eax
284
        add   esi,eax
284
        add   esi,eax
285
        add   esi,IMG_BACKGROUND
285
        add   esi,[img_background]   ;IMG_BACKGROUND
286
        pop   ebx
286
        pop   ebx
287
        pop   eax
287
        pop   eax
Line 288... Line 288...
288
 
288