mirror of https://github.com/BOINC/boinc.git
83 lines
1.8 KiB
C
83 lines
1.8 KiB
C
// $Id$
|
|
//
|
|
// The contents of this file are subject to the BOINC Public License
|
|
// Version 1.0 (the "License"); you may not use this file except in
|
|
// compliance with the License. You may obtain a copy of the License at
|
|
// http://boinc.berkeley.edu/license_1.0.txt
|
|
//
|
|
// Software distributed under the License is distributed on an "AS IS"
|
|
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
|
// License for the specific language governing rights and limitations
|
|
// under the License.
|
|
//
|
|
// The Original Code is the Berkeley Open Infrastructure for Network Computing.
|
|
//
|
|
// The Initial Developer of the Original Code is the SETI@home project.
|
|
// Portions created by the SETI@home project are Copyright (C) 2002
|
|
// University of California at Berkeley. All Rights Reserved.
|
|
//
|
|
// Contributor(s):
|
|
//
|
|
// Revision History:
|
|
//
|
|
// $Log$
|
|
// Revision 1.2 2004/09/21 01:28:34 rwalton
|
|
// *** empty log message ***
|
|
//
|
|
//
|
|
|
|
/* XPM */
|
|
static const char *task_xpm[] = {
|
|
"16 16 35 1",
|
|
" c #FF00FF",
|
|
". c #808080",
|
|
"X c #777777",
|
|
"o c #C0C0C0",
|
|
"O c #5F5F5F",
|
|
"+ c #555555",
|
|
"@ c #CCCCCC",
|
|
"# c #969696",
|
|
"$ c #CC9999",
|
|
"% c #FFCC99",
|
|
"& c #4D4D4D",
|
|
"* c #B2B2B2",
|
|
"= c #DDDDDD",
|
|
"- c #999999",
|
|
"; c #CC9966",
|
|
": c #996633",
|
|
"> c #424242",
|
|
", c #666666",
|
|
"< c #666633",
|
|
"1 c #ADA990",
|
|
"2 c #F8F8F8",
|
|
"3 c #6699CC",
|
|
"4 c #663300",
|
|
"5 c #CBCBCB",
|
|
"6 c #336666",
|
|
"7 c #66CCFF",
|
|
"8 c #000066",
|
|
"9 c #868686",
|
|
"0 c #000080",
|
|
"q c #3366FF",
|
|
"w c #CCECFF",
|
|
"e c #000033",
|
|
"r c #FFFFFF",
|
|
"t c #330000",
|
|
"y c #003333",
|
|
" ...Xo ",
|
|
" OXo+.@#.o ",
|
|
" O$%X o&*=-o ",
|
|
" O;$%%X .*ooO ",
|
|
"O;:&;%;X>ooo,.. ",
|
|
"X:& .;;<;&1X.2*O",
|
|
" . o33<;:4.+#5-O",
|
|
" 67&;:48o.,9O ",
|
|
" o&;:40q3o++ ",
|
|
" O;:40q7woo ",
|
|
" O;:4e8w7wr3o ",
|
|
" O;:4o .w7wr7*o ",
|
|
"o::4o o.6wr7wX ",
|
|
" oto yXr7. ",
|
|
" .rX ",
|
|
" o. "};
|