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

« back to all changes in this revision

Viewing changes to xshogi/western_bitmaps/knightPRW.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 knightPRW_width 32
 
2
#define knightPRW_height 32
 
3
static char knightPRW_bits[] = {
 
4
   0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0xc0,
 
5
   0xf9, 0xff, 0xff, 0xcf, 0x09, 0x00, 0x00, 0xc8, 0xe9, 0xff, 0x00, 0x48,
 
6
   0xf2, 0x7f, 0x00, 0x64, 0xf2, 0x3f, 0x1c, 0x64, 0xf2, 0x3f, 0x3f, 0x64,
 
7
   0xf2, 0x9f, 0x3f, 0x24, 0xe4, 0xdf, 0x2f, 0x32, 0xe4, 0xff, 0x1f, 0x32,
 
8
   0xe4, 0xff, 0x0f, 0x32, 0xe4, 0xff, 0x07, 0x12, 0xc8, 0xff, 0x07, 0x19,
 
9
   0xc8, 0xff, 0x03, 0x19, 0x48, 0x9f, 0x03, 0x19, 0x48, 0xff, 0x01, 0x09,
 
10
   0x90, 0xfe, 0x81, 0x0c, 0x90, 0xfc, 0x81, 0x0c, 0x90, 0xf8, 0x80, 0x0c,
 
11
   0x90, 0x70, 0x80, 0x04, 0x20, 0x61, 0x40, 0x06, 0x20, 0xc1, 0x40, 0x06,
 
12
   0x20, 0x01, 0x40, 0x06, 0x20, 0x06, 0x30, 0x02, 0xc0, 0x18, 0x8c, 0x01,
 
13
   0x00, 0x23, 0x62, 0x00, 0x00, 0xcc, 0x19, 0x00, 0x00, 0x30, 0x06, 0x00,
 
14
   0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00};