~ubuntu-branches/ubuntu/karmic/xboard/karmic

« back to all changes in this revision

Viewing changes to pixmaps/cld33.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-05 07:58:26 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090705075826-gj6dcvz5fn0rxc6l
Tags: 4.4.0~alpha6-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #395667
  - Add debian/xboard.xpm and set as icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *cld33[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"33 33 3 1",
 
5
"  c black s dark_piece",
 
6
". c green s dark_square",
 
7
"X c white s light_piece",
 
8
/* pixels */
 
9
".................................",
 
10
".................................",
 
11
"...............  ................",
 
12
".............. XX ...............",
 
13
".............. XX ...............",
 
14
"...............  ................",
 
15
".............. XX ...............",
 
16
"............. XXXX ..............",
 
17
"....  ...... XXXXXX ......  .....",
 
18
"... XX      XXXXXXXX      XX ....",
 
19
"... XX XXXXXXX    XXXXXXX XX ....",
 
20
"....  XXXXXX  XXXX  XXXXXX  .....",
 
21
"...... XXXXX XXXXXX XXXXX .......",
 
22
"...... XXXX XXXXXXXX XXXX .......",
 
23
"....... XXX XXXXXXXX XXX ........",
 
24
"....... XX XXXXXXXXXX XX ........",
 
25
"........ X XXXXXXXXXX X .........",
 
26
"....... XX XXXXXXXXXX XX ........",
 
27
"....... XXX XXXXXXXX XXX ........",
 
28
"...... XXXX XXXXXXXX XXXX .......",
 
29
"...... XXXXX XXXXXX XXXXX .......",
 
30
"....  XXXXXX  XXXX  XXXXXX  .....",
 
31
"... XX XXXXXXX    XXXXXXX XX ....",
 
32
"... XX      XXXXXXXX      XX ....",
 
33
"....  ...... XXXXXX ......  .....",
 
34
"............. XXXX ..............",
 
35
".............. XX ...............",
 
36
"...............  ................",
 
37
".............. XX ...............",
 
38
".............. XX ...............",
 
39
"...............  ................",
 
40
".................................",
 
41
"................................."
 
42
};