Mercurial > emacs
view src/bitmaps/gray1.xbm @ 58559:643823aaa8df
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 26 Nov 2004 23:35:51 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};