~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to src/bitmaps/Diamond.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define Diamond_width 32
 
2
#define Diamond_height 32
 
3
static unsigned char Diamond_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, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x60, 0x03, 0x00,
 
7
   0x00, 0x18, 0x0c, 0x00, 0x00, 0x06, 0x30, 0x00, 0x80, 0x01, 0xc0, 0x00,
 
8
   0x60, 0x00, 0x00, 0x03, 0x18, 0x00, 0x00, 0x0c, 0x06, 0x00, 0x00, 0x30,
 
9
   0x01, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x30, 0x18, 0x00, 0x00, 0x0c,
 
10
   0x60, 0x00, 0x00, 0x03, 0x80, 0x01, 0xc0, 0x00, 0x00, 0x06, 0x30, 0x00,
 
11
   0x00, 0x18, 0x0c, 0x00, 0x00, 0x60, 0x03, 0x00, 0x00, 0x80, 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,
 
14
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};