2007-08-15 21:38:42 +00:00
|
|
|
/* XPM */
|
|
|
|
static const char *boinc_xpm[] = {
|
|
|
|
/* columns rows colors chars-per-pixel */
|
2014-02-14 21:05:42 +00:00
|
|
|
"16 16 37 1",
|
|
|
|
"6 c #FFCC33",
|
|
|
|
"o c None",
|
|
|
|
"8 c #FFC62E",
|
|
|
|
"9 c #FFC32B",
|
|
|
|
"w c #FFC32C",
|
|
|
|
"# c #1E4D78",
|
|
|
|
"u c #1E4D79",
|
|
|
|
"X c #1E4A74",
|
|
|
|
"$ c #1E4A75",
|
|
|
|
"% c #1E4770",
|
|
|
|
"@ c #1E4771",
|
|
|
|
"O c #1E446D",
|
|
|
|
"> c #1E446E",
|
|
|
|
", c #1E4169",
|
|
|
|
"< c #1E3E66",
|
|
|
|
"0 c #FFCB32",
|
|
|
|
"4 c #FFC52D",
|
|
|
|
"7 c #FFC52E",
|
|
|
|
"3 c #FFC22B",
|
|
|
|
"2 c #FFBF28",
|
|
|
|
". c #1E4C77",
|
|
|
|
"t c #1E4C78",
|
|
|
|
"i c #1E4974",
|
|
|
|
"; c #1E466F",
|
|
|
|
"+ c #1E4670",
|
|
|
|
"e c #1E436C",
|
|
|
|
"& c #1E436D",
|
|
|
|
"r c #1E4068",
|
|
|
|
"- c #1E4069",
|
|
|
|
": c #1E3D65",
|
|
|
|
"= c #1E3D66",
|
|
|
|
"5 c #FFCA31",
|
|
|
|
"q c #FFCA32",
|
|
|
|
"1 c #FFBE28",
|
|
|
|
" c #1E4E79",
|
|
|
|
"y c #1E456F",
|
|
|
|
"* c #1E3C64",
|
2007-08-15 21:38:42 +00:00
|
|
|
/* pixels */
|
2014-02-14 21:05:42 +00:00
|
|
|
" .XooooooooooO+@",
|
|
|
|
"#$%&oo****oo=-&;",
|
|
|
|
"$@&-*********:-&",
|
|
|
|
"o>,:**********:o",
|
|
|
|
"oo<****11o****oo",
|
|
|
|
"o<:**234431****o",
|
|
|
|
"o<**o356653o***o",
|
|
|
|
"o=**17666641***o",
|
|
|
|
"o=**18666671***o",
|
|
|
|
"o<**o9066q3o***o",
|
|
|
|
"o<***2w8832****o",
|
|
|
|
"oo:***o11o****oo",
|
|
|
|
"oO-:***********o",
|
|
|
|
"$@er*********:re",
|
|
|
|
"tX+eo******o:-ey",
|
|
|
|
"u.ioooooooooo&;+"
|
2007-08-15 21:38:42 +00:00
|
|
|
};
|
2013-05-07 01:46:11 +00:00
|
|
|
// This file is part of BOINC.
|
|
|
|
// http://boinc.berkeley.edu
|
2014-02-14 21:05:42 +00:00
|
|
|
// Copyright (C) 2013-2014 University of California
|
2013-05-07 01:46:11 +00:00
|
|
|
//
|
|
|
|
// BOINC is free software; you can redistribute it and/or modify it
|
|
|
|
// under the terms of the GNU Lesser General Public License
|
|
|
|
// as published by the Free Software Foundation,
|
|
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// BOINC is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
// See the GNU Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
|
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|