Subversion Repositories Kolibri OS

Rev

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

Rev 6169 Rev 7639
Line 25... Line 25...
25
	dd stacktop	; stack pointer
25
	dd stacktop	; stack pointer
26
	dd skin_info	; parameters
26
	dd skin_info	; parameters
27
	dd cur_dir_path	; path to file
27
	dd cur_dir_path	; path to file
Line 28... Line 28...
28
 
28
 
-
 
29
include 'lang.inc'
29
include 'lang.inc'
30
include '../../../proc32.inc'
30
include '../../../config.inc'		;for nightbuild
31
include '../../../config.inc'		;for nightbuild
-
 
32
include '../../../macros.inc'
31
include '../../../macros.inc'
33
include '../../../dll.inc'
32
include 'kglobals.inc'
34
include 'kglobals.inc'
33
include 'unpacker.inc'
35
include 'unpacker.inc'
34
include '../../../develop/libraries/box_lib/load_lib.mac'
36
include '../../../develop/libraries/box_lib/load_lib.mac'
35
	@use_library
37
	@use_library
Line 92... Line 94...
92
	mcall	68,11
94
	mcall	68,11
Line 93... Line 95...
93
	
95
	
94
	test	eax,eax
96
	test	eax,eax
Line -... Line 97...
-
 
97
	jz	close	
95
	jz	close	
98
 
Line 96... Line 99...
96
 
99
stdcall dll.Load,LibIniImportTable 
97
load_libraries l_libs_start,end_l_libs
100
load_libraries l_libs_start,end_l_libs
98
 
101
 
Line 198... Line 201...
198
no_save:
201
no_save:
199
 	cmp	ah,14	; set 3d buttons
202
 	cmp	ah,14	; set 3d buttons
200
 	jne	no_3d
203
 	jne	no_3d
Line 201... Line 204...
201
 
204
 
-
 
205
	mcall	48,1,1
202
	mcall	48,1,1
206
	invoke  ini_set_int, aIni, aSectionSkn, aButtonStyle, 1
203
 	jmp	doapply
207
 	jmp	doapply
204
;--------------------------------------
208
;--------------------------------------
205
no_3d:
209
no_3d:
206
 	cmp	ah,15	; set flat buttons
210
 	cmp	ah,15	; set flat buttons
Line -... Line 211...
-
 
211
 	jne	no_flat
207
 	jne	no_flat
212
 
208
 
213
	invoke  ini_set_int, aIni, aSectionSkn, aButtonStyle, 0
209
	mcall	48, 1, 0
214
	mcall	48, 1, 0
210
;--------------------------------------
215
;--------------------------------------
211
doapply:
216
doapply: