You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
627 B
31 lines
627 B
/* XPM */
|
|
static const char *options_piechart[] = {
|
|
"20 20 6 1",
|
|
" c white",
|
|
"! c None",
|
|
"# c black",
|
|
"$ c #00C900",
|
|
"% c #E9FF00",
|
|
"& c red1",
|
|
"!!!!!!#######!!!!!!!",
|
|
"!!!!##$$$$$$$##!!!!!",
|
|
"!!!#%$$$$$$$$$$#!!!!",
|
|
"!!#%%%$$$$$$$$$$#!!!",
|
|
"!#%%%%%$$$$$$$$$$#!!",
|
|
"!#%%%%%$$$$$$$$$$#!!",
|
|
"#%%%%%%%$$$$$$$$$$#!",
|
|
"#%%%%%%%%$$$$$$$$$#!",
|
|
"#%%%%%%%%$$$$$$$$$#!",
|
|
"#%%%%%%%%%$$$$$$$$#!",
|
|
"#%%%%%%%%&&$$$$$$$#!",
|
|
"#%%%%%%%&&&&$$$$$$#!",
|
|
"#%%%%%%&&&&&&&$$$$#!",
|
|
"#%%%%%&&&&&&&&&$$$#!",
|
|
"!#%%%&&&&&&&&&&&&#!!",
|
|
"!#%%&&&&&&&&&&&&&#!!",
|
|
"!!#&&&&&&&&&&&&&#!!!",
|
|
"!!!#&&&&&&&&&&&#!!!!",
|
|
"!!!!##&&&&&&&##!!!!!",
|
|
"!!!!!!#######!!!!!!!"
|
|
};
|