view src/bitmaps/gray.xbm @ 33583:c85b44e97e73

(w32_draw_bitmap): Use face to set colors.
author Jason Rumney <jasonr@gnu.org>
date Sat, 18 Nov 2000 01:57: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};