annotate src/bitmaps/cntrptr.xbm @ 112401:e80422318be4

gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather than mm-insert-inline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 21 Jan 2011 23:33:46 +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};