Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7181 → Rev 7660

/programs/system/taskbar/trunk/TASKBAR.ASM
585,8 → 585,6
 
call Get_ini
 
mcall 48,1,[button_style]
 
mcall 66,4,0,2 ; LShift+RShift
mcall 66,,,33h ; LCtrl+LShift
mcall 66,,88,110h ; Alt+Ctrl+F12
/programs/system/taskbar/trunk/i_data.inc
93,7 → 93,6
cpu_usage_enable: dd 1
chlang_enable: dd 1
place_attachment dd 1
button_style dd 1
;------------------------------------------------------------------------------
page_list_enable: dd 0
redraw_window_flag dd 0
129,7 → 128,6
aChangeLang db 'ChangeLang',0
aPageList db 'PageList',0
aAttachment db 'Attachment',0
aButtonsStyle db 'ButtonsStyle',0
;------------------------------------------------------------------------------
aColors db 'Colors',0
aCpuUsageBckgr db 'CpuUsageBckgr',0
/programs/system/taskbar/trunk/libini.inc
151,14 → 151,6
@@:
mov [place_attachment],eax
;--------------------------------------
invoke ini_get_int,library_path,aFlags,aButtonsStyle,1
cmp eax,2
jb @f
 
mov eax,1
@@:
mov [button_style],eax
;--------------------------------------
invoke ini_get_color,library_path,aColors,aMenuButton,0x44aa44
mov [MenuButton_color],eax
;--------------------------------------
/programs/system/taskbar/trunk/taskbar.ini
17,7 → 17,6
CpuUsage=1
ChangeLang=1
Attachment=1
ButtonsStyle=1
 
[Colors]
MenuButton=0,100,0