view src/bitmaps/gray1.xbm @ 110722:e7a37ab07782

* textmodes/rst.el (rst-font-lock-keywords-function): Drop Emacs 20 code.
author Glenn Morris <rgm@gnu.org>
date Sat, 02 Oct 2010 19:26:35 -0700
parents 8f14d08e19f7
children
line wrap: on
line source

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