~ubuntu-branches/ubuntu/warty/gnushogi/warty

« back to all changes in this revision

Viewing changes to xshogi/western_bitmaps/goldW.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2004-01-09 16:06:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040109160659-n26nu7009llm247p
Tags: 1.3-3.1
* NMU
 - Minimal testing done and looks quite OK (even if I don't know
   how to play the game...)
 - Build-Depends move from libxaw-dev to libxaw6-dev (Closes: #169975)
 - Included errno.h in gnushogi which makes the binary build properly
   now (and is usable with xshogi) (Closes: #226319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define goldW_width 32
 
2
#define goldW_height 32
 
3
static char goldW_bits[] = {
 
4
   0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x30, 0x06, 0x00,
 
5
   0x00, 0x0c, 0x18, 0x00, 0x00, 0x03, 0x60, 0x00, 0xc0, 0x00, 0x80, 0x01,
 
6
   0x20, 0x00, 0x00, 0x02, 0x20, 0x00, 0x00, 0x06, 0x20, 0x80, 0x00, 0x06,
 
7
   0x20, 0x40, 0x01, 0x06, 0x10, 0x40, 0x01, 0x04, 0x10, 0x20, 0x02, 0x0c,
 
8
   0x10, 0x20, 0x02, 0x0c, 0x10, 0x10, 0x04, 0x0c, 0x08, 0x10, 0x04, 0x08,
 
9
   0x08, 0xc8, 0x09, 0x18, 0x08, 0x28, 0x08, 0x18, 0x08, 0xa4, 0x13, 0x18,
 
10
   0x04, 0x28, 0x09, 0x10, 0x04, 0xc8, 0x09, 0x30, 0x04, 0x10, 0x04, 0x30,
 
11
   0x04, 0x10, 0x04, 0x30, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x60,
 
12
   0x02, 0x40, 0x01, 0x60, 0x02, 0x40, 0x01, 0x60, 0x01, 0x80, 0x00, 0x40,
 
13
   0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0,
 
14
   0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff};