view src/bitmaps/gray.xbm @ 99214:91fa9fdc5cb4

* makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash. Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Oct 2008 13:09:57 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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