annotate src/bitmaps/cntrptr.xbm @ 76446:622e7c78002b

* faces.el (face-set-after-frame-default): Recalculate face customizations after applying X resources.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 10 Mar 2007 22:28:41 +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};