~ubuntu-branches/ubuntu/precise/tkgate/precise-backports

« back to all changes in this revision

Viewing changes to doc/www/fig/sim_go.b

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Sabouret
  • Date: 2004-08-26 13:44:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040826134402-7iwa3x81zrm5j3s9
Tags: 1.8.4-1
* New upstream release
* Included some french translation (thanks to Georges Khaznadar)
* Switch to /usr/share (FHS-compliance)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define sim_go_width 30
2
 
#define sim_go_height 30
3
 
static unsigned char sim_go_bits[] = {
4
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
6
 
   0x00, 0x7f, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0xff, 0x01, 0x00,
7
 
   0x00, 0xff, 0x03, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0xff, 0x0f, 0x00,
8
 
   0x00, 0xff, 0x1f, 0x00, 0x00, 0xff, 0x3f, 0x00, 0x00, 0xff, 0x7f, 0x00,
9
 
   0x00, 0xff, 0x7f, 0x00, 0x00, 0xff, 0x3f, 0x00, 0x00, 0xff, 0x1f, 0x00,
10
 
   0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0xff, 0x03, 0x00,
11
 
   0x00, 0xff, 0x01, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00,
12
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
13
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};