view src/bitmaps/gray1.xbm @ 112282:bcf4b132f3d5

* lisp/info-xref.el (info-xref-docstrings): Replace cl function.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 18:01:34 -0800
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};