~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/res/skins/default/graphic/spacer_image.xpm

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Berkeley Open Infrastructure for Network Computing
2
 
// http://boinc.berkeley.edu
3
 
// Copyright (C) 2005 University of California
4
 
//
5
 
// This is free software; you can redistribute it and/or
6
 
// modify it under the terms of the GNU Lesser General Public
7
 
// License as published by the Free Software Foundation;
8
 
// either version 2.1 of the License, or (at your option) any later version.
9
 
//
10
 
// This software is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
 
// See the GNU Lesser General Public License for more details.
14
 
//
15
 
// To view the GNU Lesser General Public License visit
16
 
// http://www.gnu.org/copyleft/lesser.html
17
 
// or write to the Free Software Foundation, Inc.,
18
 
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 
20
 
/* XPM */
21
 
static char *spacer_image_xpm[] = {
22
 
/* columns rows colors chars-per-pixel */
23
 
"2 11 8 1",
24
 
"  c Black",
25
 
"+ c #293F3F",
26
 
"O c #2A403F",
27
 
"X c #2B4141",
28
 
". c #2C4242",
29
 
"@ c #283F3E",
30
 
"# c #283F3F",
31
 
"o c #2A4140",
32
 
/* pixels */
33
 
" .",
34
 
" X",
35
 
" o",
36
 
" O",
37
 
" +",
38
 
" @",
39
 
" #",
40
 
" #",
41
 
" #",
42
 
" #",
43
 
" #"
44
 
};
 
1
// Berkeley Open Infrastructure for Network Computing
 
2
// http://boinc.berkeley.edu
 
3
// Copyright (C) 2005 University of California
 
4
//
 
5
// This is free software; you can redistribute it and/or
 
6
// modify it under the terms of the GNU Lesser General Public
 
7
// License as published by the Free Software Foundation;
 
8
// either version 2.1 of the License, or (at your option) any later version.
 
9
//
 
10
// This software is distributed in the hope that it will be useful,
 
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
// See the GNU Lesser General Public License for more details.
 
14
//
 
15
// To view the GNU Lesser General Public License visit
 
16
// http://www.gnu.org/copyleft/lesser.html
 
17
// or write to the Free Software Foundation, Inc.,
 
18
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
19
 
 
20
/* XPM */
 
21
static const char *spacer_image_xpm[] = {
 
22
/* columns rows colors chars-per-pixel */
 
23
"2 11 8 1",
 
24
"  c Black",
 
25
"+ c #293F3F",
 
26
"O c #2A403F",
 
27
"X c #2B4141",
 
28
". c #2C4242",
 
29
"@ c #283F3E",
 
30
"# c #283F3F",
 
31
"o c #2A4140",
 
32
/* pixels */
 
33
" .",
 
34
" X",
 
35
" o",
 
36
" O",
 
37
" +",
 
38
" @",
 
39
" #",
 
40
" #",
 
41
" #",
 
42
" #",
 
43
" #"
 
44
};