mirror of https://github.com/BOINC/boinc.git
28 lines
799 B
C
28 lines
799 B
C
|
// This file is part of BOINC.
|
||
|
// http://boinc.berkeley.edu
|
||
|
//
|
||
|
|
||
|
/* XPM */
|
||
|
static const char *blankicon_xpm[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"16 16 1 2",
|
||
|
" c None",
|
||
|
/* pixels */
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "
|
||
|
};
|