Mercurial > emacs
view src/bitmaps/gray.xbm @ 72566:41f22ed02e75
(python-send-command): Don't wait for the command
to terminate. Don't fiddle with compilation-parsing-end.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Aug 2006 21:13:34 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};