view src/bitmaps/gray3.xbm @ 104398:73dca9808fbe

* nsterm.m (ns_get_color): Update documentation properly for last change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 21 Aug 2009 19:31:48 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray3_width 4
#define gray3_height 4
static unsigned char gray3_bits[] = {
   0x01, 0x00, 0x04, 0x00};