forked from KolibriOS/kolibrios
add struct "sys_colors" in "macros.inc"
git-svn-id: svn://kolibrios.org@4795 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ea092f3fe7
commit
01fad46fac
@ -507,6 +507,57 @@ struct system_colors
|
|||||||
work_graph dd ?
|
work_graph dd ?
|
||||||
ends
|
ends
|
||||||
|
|
||||||
|
struct sys_colors
|
||||||
|
menu_body dd ?
|
||||||
|
3d_face dd ?
|
||||||
|
3d_dark dd ?
|
||||||
|
3d_light dd ?
|
||||||
|
win_title dd ?
|
||||||
|
win_body dd ?
|
||||||
|
btn_face dd ?
|
||||||
|
btn_text dd ?
|
||||||
|
win_text dd ?
|
||||||
|
panel_frame dd ?
|
||||||
|
win_face dd ?
|
||||||
|
win_inface dd ?
|
||||||
|
win_frame dd ?
|
||||||
|
win_inframe dd ?
|
||||||
|
win_border dd ?
|
||||||
|
win_inborder dd ?
|
||||||
|
win_graytext dd ?
|
||||||
|
menu_frame dd ?
|
||||||
|
menu_text dd ?
|
||||||
|
panel_body dd ?
|
||||||
|
panel_text dd ?
|
||||||
|
hint_frame dd ?
|
||||||
|
hint_body dd ?
|
||||||
|
hint_text dd ?
|
||||||
|
btn_inface dd ?
|
||||||
|
btn_fcface dd ?
|
||||||
|
btn_frame dd ?
|
||||||
|
btn_inframe dd ?
|
||||||
|
btn_fcframe dd ?
|
||||||
|
btn_intext dd ?
|
||||||
|
btn_fctext dd ?
|
||||||
|
gui_shadow dd ?
|
||||||
|
gui_face dd ?
|
||||||
|
gui_inface dd ?
|
||||||
|
gui_fcface dd ?
|
||||||
|
gui_frame dd ?
|
||||||
|
gui_inframe dd ?
|
||||||
|
gui_fcframe dd ?
|
||||||
|
gui_text dd ?
|
||||||
|
gui_intext dd ?
|
||||||
|
gui_fctext dd ?
|
||||||
|
gui_select dd ?
|
||||||
|
res_var_a dd ?
|
||||||
|
res_var_b dd ?
|
||||||
|
res_var_c dd ?
|
||||||
|
res_var_d dd ?
|
||||||
|
res_var_e dd ?
|
||||||
|
res_var_f dd ?
|
||||||
|
ends
|
||||||
|
|
||||||
struct FILEDATE
|
struct FILEDATE
|
||||||
Second db ?
|
Second db ?
|
||||||
Minute db ?
|
Minute db ?
|
||||||
|
Loading…
Reference in New Issue
Block a user