Mercurial > emacs
view src/bitmaps/gray.xbm @ 112197:b6c07b465755
* emacs-lisp/package.el (package--list-packages): Use switch-to-buffer.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 12 Jan 2011 13:57:23 -0500 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};