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.
33 lines
963 B
33 lines
963 B
15 years ago
|
/* XPM */
|
||
|
static char * small_extension_node_xpm[] = {
|
||
|
"32 22 7 1",
|
||
|
" c None",
|
||
|
". c #484848",
|
||
|
"+ c #737373",
|
||
|
"@ c #757575",
|
||
|
"# c #FFFFFF",
|
||
|
"$ c #555555",
|
||
|
"% c #B9B9B9",
|
||
|
".++++++++++++++++++++++++++++++.",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"@##############################@",
|
||
|
"$%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%$"};
|