view src/bitmaps/gray.xbm @ 57997:7a44d300ed6f

(merge_named_face): GCPRO the face_name in the named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Nov 2004 03:47:09 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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