view src/bitmaps/gray1.xbm @ 41717:6ca418a9510b

(struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields. (Qleft_fringe, Qright_fringe): Declare. (FRAME_RIGHT_FRINGE_WIDTH): New macro.
author Kim F. Storm <storm@cua.dk>
date Sat, 01 Dec 2001 01:14:09 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};