forked from KolibriOS/kolibrios
@taskbar: remove set ButtonStyle feature as duplication of eskin
KolibriN Install update git-svn-id: svn://kolibrios.org@7660 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -585,8 +585,6 @@ load_libraries l_libs_start,end_l_libs
|
||||
|
||||
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
|
||||
|
||||
@@ -93,7 +93,6 @@ clock_enable: dd 1
|
||||
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 @@ aCpuUsage db 'CpuUsage',0
|
||||
aChangeLang db 'ChangeLang',0
|
||||
aPageList db 'PageList',0
|
||||
aAttachment db 'Attachment',0
|
||||
aButtonsStyle db 'ButtonsStyle',0
|
||||
;------------------------------------------------------------------------------
|
||||
aColors db 'Colors',0
|
||||
aCpuUsageBckgr db 'CpuUsageBckgr',0
|
||||
|
||||
@@ -150,14 +150,6 @@ Get_ini:
|
||||
mov eax,1
|
||||
@@:
|
||||
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
|
||||
|
||||
@@ -17,7 +17,6 @@ Clock=1
|
||||
CpuUsage=1
|
||||
ChangeLang=1
|
||||
Attachment=1
|
||||
ButtonsStyle=1
|
||||
|
||||
[Colors]
|
||||
MenuButton=0,100,0
|
||||
|
||||
Reference in New Issue
Block a user