mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
16 lines
220 B
C
16 lines
220 B
C
|
/* XPM */
|
||
|
static char * mask_xpm[] = {
|
||
|
"10 10 2 1",
|
||
|
" c None",
|
||
|
". c #000000",
|
||
|
"........ ",
|
||
|
"...... ",
|
||
|
"..... ",
|
||
|
".... ",
|
||
|
"... ",
|
||
|
".. ",
|
||
|
". ",
|
||
|
". ",
|
||
|
" ",
|
||
|
" "};
|