view src/bitmaps/gray.xbm @ 32909:44cb0900a858

(Fdelete_frame): Doc fix. Move running the hook down after the last error condition check.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 26 Oct 2000 12:07:17 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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