view src/bitmaps/gray.xbm @ 30938:2abe96ba751c

(do_completion): Use EQ instead of != to compare Lisp_Objects.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 18 Aug 2000 04:55: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};