~ubuntu-branches/ubuntu/saucy/oneko/saucy

« back to all changes in this revision

Viewing changes to cursors/petal_cursor.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Dunham
  • Date: 2002-09-22 07:13:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20020922071343-cwanbgeuq43nvy7f
Tags: 1.2.sakura.6-1
Removed BSD Daemon because of copyright issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define petal_cursor_width 9
 
2
#define petal_cursor_height 14
 
3
#define petal_cursor_x_hot 4
 
4
#define petal_cursor_y_hot 12
 
5
static unsigned char petal_cursor_bits[] = {
 
6
   0x00, 0x00, 0x6c, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00,
 
7
   0x7c, 0x00, 0x7c, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x38, 0x00, 0x10, 0x00,
 
8
   0x10, 0x00, 0x00, 0x00};