view src/bitmaps/gray.xbm @ 90933:bd1251472ab9

(w32font_close): Delete the GDI font object.
author Jason Rumney <jasonr@gnu.org>
date Wed, 13 Jun 2007 22:52:21 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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