view src/bitmaps/gray.xbm @ 107839:117dfaee55b8

xfns.c (select_visual): Don't call error if XGetVisualInfo returns more than one visual (Bug#5938).
author Jan D. <jan.h.d@swipnet.se>
date Mon, 12 Apr 2010 20:58:15 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

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