view src/bitmaps/gray.xbm @ 98399:6b3b02fd9846

* nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 30 Sep 2008 01:03:00 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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