Mercurial > emacs
view src/bitmaps/gray.xbm @ 28725:12d806a22931
(record_delete): If we hit the end of the undo list, stop picking elements
apart.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Wed, 26 Apr 2000 18:39:30 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};