~ubuntu-branches/debian/sid/gnubg/sid

« back to all changes in this revision

Viewing changes to xpm/allgames.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2006-12-28 10:45:05 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061228104505-4p6sxxdosrlvhgpr
Tags: 0.14.3+20060923-4
* Translation updates:
  - French, thanks Thomas Huriaux.  (Closes: #404254)
  - Spanish, thanks Javier Ruano.  (Closes: #404613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * allgames_xpm[] = {
 
3
"16 16 3 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #FF7F7F",
 
7
"                ",
 
8
"       ..       ",
 
9
"      .++.      ",
 
10
"     .++++.     ",
 
11
"    .++++++.    ",
 
12
"   .++++++++.   ",
 
13
"  .++++++++++.  ",
 
14
" .++++++++++++. ",
 
15
" .++++++++++++. ",
 
16
"  .++++++++++.  ",
 
17
"   .++++++++.   ",
 
18
"    .++++++.    ",
 
19
"     .++++.     ",
 
20
"      .++.      ",
 
21
"       ..       ",
 
22
"                "};