1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 23:50:36 -08:00
emacs/src/bitmaps/cntrpmsk.xbm
Dave Love 615d01824a #
1999-09-29 16:37:29 +00:00

6 lines
305 B
C

#define cntr_ptrmsk_width 16
#define cntr_ptrmsk_height 16
static unsigned char cntr_ptrmsk_bits[] = {
0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xdc, 0x3b,
0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03};