~ubuntu-branches/ubuntu/maverick/acm/maverick

« back to all changes in this revision

Viewing changes to gedit/curs_reshape_mask

  • Committer: Bazaar Package Importer
  • Author(s): Phil Brooke
  • Date: 2003-04-01 14:05:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030401140551-f6nsguhoi81jguav
Tags: upstream-5.0
ImportĀ upstreamĀ versionĀ 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define curs_reshape_mask_width 32
 
2
#define curs_reshape_mask_height 32
 
3
#define curs_reshape_mask_x_hot 15
 
4
#define curs_reshape_mask_y_hot 15
 
5
static char curs_reshape_mask_bits[] = {
 
6
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 
7
   0x10, 0x00, 0x00, 0x04, 0x38, 0x00, 0x00, 0x0e, 0x70, 0x00, 0x00, 0x07,
 
8
   0xe0, 0x00, 0x80, 0x03, 0xc0, 0x01, 0xc0, 0x01, 0x80, 0x03, 0xe0, 0x00,
 
9
   0x00, 0x07, 0x70, 0x00, 0x00, 0x0e, 0x38, 0x00, 0x00, 0x1c, 0x1c, 0x00,
 
10
   0x00, 0x18, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 
11
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 
12
   0x00, 0x18, 0x0c, 0x00, 0x00, 0x1c, 0x1c, 0x00, 0x00, 0x0e, 0x38, 0x00,
 
13
   0x00, 0x07, 0x70, 0x00, 0x80, 0x03, 0xe0, 0x00, 0xc0, 0x01, 0xc0, 0x01,
 
14
   0xe0, 0x00, 0x80, 0x03, 0x70, 0x00, 0x00, 0x07, 0x38, 0x00, 0x00, 0x0e,
 
15
   0x10, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00,
 
16
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};