parent
cda1101c43
commit
e21970c315
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
/* XPM */ |
||||
static char * kmmsgforwarded_xpm[] = { |
||||
/* width height num_colors chars_per_pixel */ |
||||
"12 12 2 1", |
||||
/* colors */ |
||||
" s None c None", |
||||
". c blue2", |
||||
/* pixels */ |
||||
" ", |
||||
" ", |
||||
" ", |
||||
" . ", |
||||
" .. ", |
||||
" .......... ", |
||||
" ..........", |
||||
" ....... ", |
||||
" .. ", |
||||
" . ", |
||||
" ", |
||||
" "}; |
||||
Loading…
Reference in new issue