view src/bitmaps/gray3.xbm @ 59400:eeb8b96d077d

(mark_fringe_data): Declare extern. (Fgarbage_collect): Call mark_fringe_data. (overrun_check_free): Invalidate freed memory if XMALLOC_CLEAR_FREE_MEMORY is defined.
author Kim F. Storm <storm@cua.dk>
date Thu, 06 Jan 2005 22:02:32 +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};