21 lines
404 B
Plaintext
21 lines
404 B
Plaintext
|
/* XPM */
|
||
|
static char * obm_old_dnarrow[] = {
|
||
|
"15 15 2 1",
|
||
|
" s button_highlight c white",
|
||
|
". s button_text c black",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ... ",
|
||
|
" ... ",
|
||
|
" ... ",
|
||
|
" ... ",
|
||
|
" ......... ",
|
||
|
" ....... ",
|
||
|
" ..... ",
|
||
|
" ... ",
|
||
|
" . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "};
|