view src/bitmaps/gray.xbm @ 68297:9b3bace59343

Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Jan 2006 14:18:38 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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