view src/bitmaps/gray.xbm @ 54893:07ceecd3e471

(Read Only Buffers): Mention optional ARG to `toggle-read-only'.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 15 Apr 2004 00:24:55 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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