view src/point.h @ 41854:c6e4598a909a

* config.in (HAVE_WORKING_VFORK): New #undefs. * process.c (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. * m/cnvrgnt.h (HAVE_VFORK): Remove #define. * m/ibm370aix.h (HAVE_VFORK): Remove #undef. * m/ibmps2-aix.h (HAVE_VFORK): Remove #define. * m/intel386.h (HAVE_VFORK): Likewise. * m/mips-siemens.h (HAVE_VFORK): Likewise. * m/mips.h (HAVE_VFORK): Likewise. * s/freebsd.h (vfork): Remove #define. * s/lynxos.h (HAVE_VFORK): Remove #undef. * s/usg5-4-2.h: Fix comment about vfork.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:50:56 +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};