Subversion Repositories Kolibri OS

Rev

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

Rev 928 Rev 996
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 928 $
8
$Revision: 996 $
Line 9... Line -...
9
 
-
 
10
 
-
 
11
include "skindata.inc"
9
 
12
 
10
 
13
;skin_data = 0x00778000
11
include "skindata.inc"
14
 
12
 
15
read_skin_file:
13
read_skin_file:
Line 211... Line 209...
211
 
209
 
212
  .exit:
210
  .exit:
Line 213... Line 211...
213
        ret
211
        ret
214
 
212
 
215
sys_putimage_with_check:
213
sys_putimage_with_check:
216
	or	ebx,ebx
214
        test  ebx,ebx
217
	jz	@f
215
	jz	@f
Line 218... Line 216...
218
        call    sys_putimage.forced
216
        call    sys_putimage.forced