mirror of https://github.com/BOINC/boinc.git
60 lines
1.4 KiB
C
60 lines
1.4 KiB
C
/* XPM */
|
|
static const char *Win32_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"14 14 23 1",
|
|
"4 c #6CC0EE",
|
|
"o c #E3BD74",
|
|
"* c #B12804",
|
|
"$ c #5D1D0C",
|
|
"@ c #2C3734",
|
|
"= c #F13404",
|
|
". c #959792",
|
|
"# c #331D15",
|
|
" c None",
|
|
"O c #11141E",
|
|
"% c #195A67",
|
|
"3 c #B7D2DC",
|
|
"X c #676E67",
|
|
"+ c #595750",
|
|
": c #EA9667",
|
|
"> c #F46634",
|
|
"2 c #FECE04",
|
|
"; c #227477",
|
|
"& c #DFD3C4",
|
|
"< c #8E7010",
|
|
", c #513F37",
|
|
"1 c #029AFC",
|
|
"- c #66CB34",
|
|
/* pixels */
|
|
" ..X. ",
|
|
" oXOOOOOOX",
|
|
"...X+@##$O+%@O",
|
|
"&X.+X+*=*#--;O",
|
|
"o:&>+@==*O--;O",
|
|
" o&:X,==*#--+O",
|
|
"o:o>X,*$#O@@OO",
|
|
"&...X,@O@O<<#O",
|
|
".,X@+,11%O22<O",
|
|
"3334X@11;#22<O",
|
|
" 434X,11%Ooo<O",
|
|
"3434+@;%@O#$@O",
|
|
" 334X+OOO@@OOO",
|
|
".@XO+,.. .X"
|
|
};
|
|
// This file is part of BOINC.
|
|
// http://boinc.berkeley.edu
|
|
// Copyright (C) 2013 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/>.
|