view src/point.h @ 42370:fd0376bcb507

(mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>. (sendmail-send-it): Copy `mail-envelope-from' from calling buffer. From "Golubev I. N." <gin@mo.msk.ru>.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 28 Dec 2001 12:17:37 +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};