Mercurial > emacs
view src/bitmaps/gray.xbm @ 102296:c507d7b836ba
(menu-set-font): Assign the same font object to all frames (Bug#2476).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 27 Feb 2009 00:04:59 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};