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

« back to all changes in this revision

Viewing changes to xshogi/eastern_bitmaps/bigsolid.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 bigsolid_width 32
 
2
#define bigsolid_height 32
 
3
static char bigsolid_bits[] = {
 
4
 0x00,0x00,0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0xf0,0x07,0x00,0x00,0xfc,0x1f,
 
5
 0x00,0x00,0xff,0x7f,0x00,0xc0,0xff,0xff,0x01,0xe0,0xff,0xff,0x03,0xe0,0xff,
 
6
 0xff,0x07,0xe0,0xff,0xff,0x07,0xe0,0xff,0xff,0x07,0xf0,0xff,0xff,0x07,0xf0,
 
7
 0xff,0xff,0x0f,0xf0,0xff,0xff,0x0f,0xf0,0xff,0xff,0x0f,0xf8,0xff,0xff,0x0f,
 
8
 0xf8,0xff,0xff,0x1f,0xf8,0xff,0xff,0x1f,0xf8,0xff,0xff,0x1f,0xfc,0xff,0xff,
 
9
 0x1f,0xfc,0xff,0xff,0x3f,0xfc,0xff,0xff,0x3f,0xfc,0xff,0xff,0x3f,0xfe,0xff,
 
10
 0xff,0x3f,0xfe,0xff,0xff,0x7f,0xfe,0xff,0xff,0x7f,0xfe,0xff,0xff,0x7f,0xff,
 
11
 0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
 
12
 0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff};