~ubuntu-branches/ubuntu/vivid/tkcvs/vivid

« back to all changes in this revision

Viewing changes to bitmaps/tick.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-08-04 20:47:27 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060804204727-fsu5rx5w6615c9qd
Tags: 8.0.3-1ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define tick_width 16
2
 
#define tick_height 16
3
 
#define tick_x_hot 1
4
 
#define tick_y_hot 8
5
 
static unsigned char tick_bits[] = {
6
 
   0x00, 0x00, 0x00, 0x40, 0x00, 0x30, 0x00, 0x18, 0x00, 0x0c, 0x00, 0x06,
7
 
   0x18, 0x07, 0xbc, 0x03, 0xfe, 0x03, 0xfc, 0x01, 0xf8, 0x01, 0xf0, 0x00,
8
 
   0xe0, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00};