view src/point.h @ 31483:5ef4cd475781

(default_face_vector): Function removed. (Finternal_merge_in_global_face): Restore old global/local attribute override order. Use inline loop instead of calling default_face_vector.
author Miles Bader <miles@gnu.org>
date Fri, 08 Sep 2000 00:06:44 +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};