view src/point.h @ 50395:5dd79184bc3a

Doc fixes. (display-time-mail-face): Change :type and default to nil. (display-time-mail-icon): Use pbm, not xbm. (display-time-mail-string): New. (display-time-string-forms): Use display-time-mail-string. Add checks in display property.
author Dave Love <fx@gnu.org>
date Tue, 01 Apr 2003 18:03:13 +0000
parents 3165b2697c78
children 695cf19ef79e
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};