view src/bitmaps/gray.xbm @ 30293:4a27d6a88c43

(allocate_string_data): If string had already data assigned, copy old contents to new string data.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 14:38:20 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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