view src/bitmaps/gray.xbm @ 83883:cbc88cef4fca

(init_tty) [WINDOWSNT]: Pass terminal to initialize_w32_display. (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
author Jason Rumney <jasonr@gnu.org>
date Tue, 04 Sep 2007 22:31: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};