view src/bitmaps/gray.xbm @ 53181:8337e648c2b3

(posn-object-x-y): New defun.
author Kim F. Storm <storm@cua.dk>
date Thu, 27 Nov 2003 21:28:01 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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