view src/bitmaps/gray.xbm @ 48535:e2e2249bea09

Use malloc_default_zone to determine the size of pointers alloced in unexec space instead of using possibly invalid emacs_zone pointers. This fixes the binary incompatibility problems caused by updates to libSystem.B
author Steven Tamm <steventamm@mac.com>
date Sun, 24 Nov 2002 22:56:59 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};