view src/bitmaps/gray.xbm @ 56588:79a8fffd55e9

(window-buffer-height): Call compute-motion with nil width.
author Kim F. Storm <storm@cua.dk>
date Mon, 02 Aug 2004 15:20:18 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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