Subversion Repositories Kolibri OS

Rev

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

Rev 2630 Rev 5452
Line 5... Line 5...
5
	mov	ebx,ini_file_name
5
	mov	ebx,ini_file_name
6
	mov	esi,path
6
	mov	esi,path
7
	mov	edi,library_path
7
	mov	edi,library_path
8
	call	copy_file_path
8
	call	copy_file_path
9
;------------------------------------------------------------------------------	
9
;------------------------------------------------------------------------------	
10
; Get panel variables
10
; Get taskbar variables
11
;------------------------------------------------------------------------------
11
;------------------------------------------------------------------------------
12
	invoke	ini_get_int,library_path,aVariables,aPanelHeight,20
12
	invoke	ini_get_int,library_path,aVariables,aPanelHeight,20
13
	cmp     eax,100
13
	cmp     eax,100
14
	ja      @f
14
	ja      @f
Line 59... Line 59...
59
@@:
59
@@:
60
	mov     eax,3
60
	mov     eax,3
61
.button_bottom_offset:
61
.button_bottom_offset:
62
	mov	[button_bottom_offset],eax
62
	mov	[button_bottom_offset],eax
63
;------------------------------------------------------------------------------
63
;------------------------------------------------------------------------------
64
; Get panel flags
64
; Get taskbar flags
65
;------------------------------------------------------------------------------
65
;------------------------------------------------------------------------------
66
	invoke	ini_get_int,library_path,aFlags,aSoftenUp,1
66
	invoke	ini_get_int,library_path,aFlags,aSoftenUp,1
67
	cmp     eax,2
67
	cmp     eax,2
68
	jb      @f
68
	jb      @f