~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to client/include/drop_cursor_mask.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2008-07-08 18:34:23 UTC
  • mfrom: (5.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708183423-c80u1h25xmj6h9s0
Tags: 2.1.5-2
Export datarootdir=/usr/share in debian/rules, so make calls can
have a correct value for LOCALEDIR (closes: #489455). Thanks Loïc Minier
for the help to solve this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define drop_cursor_mask_width 27
2
 
#define drop_cursor_mask_height 27
3
 
static char drop_cursor_mask_bits[] = {
4
 
   0x00, 0xfc, 0x01, 0x00, 0x80, 0xff, 0x0f, 0x00, 0xe0, 0xff, 0x3f, 0x00,
5
 
   0xf0, 0xff, 0x7f, 0x00, 0xfc, 0xff, 0xff, 0x01, 0xfc, 0xff, 0xff, 0x01,
6
 
   0xfe, 0xff, 0xff, 0x03, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0x07,
7
 
   0xff, 0xff, 0xff, 0x07, 0xff, 0xdf, 0xff, 0x07, 0x1f, 0x8f, 0xc7, 0x07,
8
 
   0x3e, 0x8f, 0xe7, 0x03, 0x3c, 0x8e, 0xe3, 0x01, 0x78, 0x8e, 0xf3, 0x00,
9
 
   0xf8, 0xde, 0xfb, 0x00, 0xf0, 0xdf, 0x7f, 0x00, 0xe0, 0xdf, 0x3f, 0x00,
10
 
   0xc0, 0xdf, 0x1f, 0x00, 0x80, 0xff, 0x0f, 0x00, 0x80, 0xff, 0x0f, 0x00,
11
 
   0x00, 0xff, 0x07, 0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0xfc, 0x01, 0x00,
12
 
   0x00, 0xfc, 0x01, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00};