mirror of https://github.com/BOINC/boinc.git
95 lines
2.0 KiB
C
95 lines
2.0 KiB
C
/* XPM */
|
|
static const char *boincdisconnect_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 56 1",
|
|
"4 c #FFCC33",
|
|
"o c None",
|
|
"z c #B80306",
|
|
"u c #990408",
|
|
"s c #6E0000",
|
|
"7 c #FFC62E",
|
|
"e c #FFC32B",
|
|
"p c #FFC32C",
|
|
"c c #1A273F",
|
|
"@ c #1E4D78",
|
|
"M c #1E4D79",
|
|
"X c #1E4A74",
|
|
"# c #1E4A75",
|
|
"$ c #1E4770",
|
|
"+ c #1E4771",
|
|
"f c #1E446D",
|
|
"; c #1E446E",
|
|
"n c #790000",
|
|
": c #1E4169",
|
|
"t c #810E03",
|
|
"b c #070F19",
|
|
"> c #1E3E66",
|
|
"9 c #71380D",
|
|
"r c #FFCB32",
|
|
"q c #3C060B",
|
|
"1 c #FFC52D",
|
|
"6 c #FFC52E",
|
|
"h c #730000",
|
|
"< c #FFC22B",
|
|
", c #FFBF28",
|
|
"8 c #E7B82E",
|
|
"g c #49060A",
|
|
". c #1E4C77",
|
|
"v c #1E4C78",
|
|
"N c #1E4974",
|
|
"= c #1E466F",
|
|
"d c #800000",
|
|
"O c #1E4670",
|
|
"l c #162C4A",
|
|
"j c #1E436C",
|
|
"% c #1E436D",
|
|
"i c #11223A",
|
|
"k c #1E4068",
|
|
"* c #1E4069",
|
|
"- c #1E3D65",
|
|
"5 c #1E3D66",
|
|
"y c #FF0000",
|
|
"3 c #FFCA31",
|
|
"m c #192137",
|
|
"a c #540000",
|
|
"2 c #FFBE28",
|
|
" c #1E4E79",
|
|
"0 c #4E0000",
|
|
"x c #CF0305",
|
|
"& c #1E3C64",
|
|
"w c #193254",
|
|
/* pixels */
|
|
" .XoooooooooooO+",
|
|
"@#$%oo&&&&ooo*%=",
|
|
"#+%*&&&&&&&o&-*%",
|
|
"o;:-&&&&&&&&&&-o",
|
|
"oo>&&&&ooo&&&&oo",
|
|
"o>-&&,<11<2&&&&o",
|
|
"o>&&o<3443<o&&&o",
|
|
"o5&&26444412&&&o",
|
|
"o5&&27444890qw&o",
|
|
"o>&&oer48tyyyuio",
|
|
"o>&&&,p79yyyyyao",
|
|
"oo-&&&o2syyyyydo",
|
|
"of*-&&&&gyyyyyho",
|
|
"#+jk&&&&lzyyyxcj",
|
|
"vXOjoo&&&bsdnmj=",
|
|
"M.Noooooooooo%=O"
|
|
};
|
|
// This file is part of BOINC.
|
|
// http://boinc.berkeley.edu
|
|
// Copyright (C) 2013-2014 University of California
|
|
//
|
|
// 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/>.
|