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