comparison libmenu/menu_list.h @ 19759:9ad9b0a4db27

better readability on selected menu item by tweaking alpha channel properties
author ben
date Sat, 09 Sep 2006 09:07:02 +0000
parents e8cbaf092e96
children 476d4922566a
comparison
equal deleted inserted replaced
19758:9566b2fa587d 19759:9ad9b0a4db27
54 "MPlayer", \ 54 "MPlayer", \
55 -1,-1, \ 55 -1,-1, \
56 0,0, \ 56 0,0, \
57 5, 3, \ 57 5, 3, \
58 NULL, \ 58 NULL, \
59 0xE0, 0x20, \ 59 0xFF, 0xFF, \
60 0x80, 0x50, \ 60 0xFF, 0xFF, \
61 0xC0, 0x50 \ 61 0xA4, 0x50 \
62 } 62 }
63 63
64 64
65 #define MENU_LIST_PRIV_FIELDS \ 65 #define MENU_LIST_PRIV_FIELDS \
66 { "minbor", M_ST_OFF(menu_list_priv_t,minb), CONF_TYPE_INT, M_OPT_MIN, 0, 0, NULL }, \ 66 { "minbor", M_ST_OFF(menu_list_priv_t,minb), CONF_TYPE_INT, M_OPT_MIN, 0, 0, NULL }, \