annotate src/bitmaps/cntrptr.xbm @ 43278:9f624bf5ffee

Update PostScript version.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 13 Feb 2002 21:31:54 +0000
parents 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define cntr_ptr_width 16
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define cntr_ptr_height 16
Dave Love <fx@gnu.org>
parents:
diff changeset
3 #define cntr_ptr_x_hot 7
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #define cntr_ptr_y_hot 1
Dave Love <fx@gnu.org>
parents:
diff changeset
5 static unsigned char cntr_ptr_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
6 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07,
Dave Love <fx@gnu.org>
parents:
diff changeset
7 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0x98, 0x19, 0x88, 0x11, 0x80, 0x01,
Dave Love <fx@gnu.org>
parents:
diff changeset
8 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};