view src/bitmaps/gray3.xbm @ 27524:67501e6e8b34

(x_delete_display): Update next_noop_dpyinfo to ensure that XTread_socket does not crash by trying to call XNoOp on a closed display.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 30 Jan 2000 21:12:53 +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};