Mercurial > emacs
view src/bitmaps/gray.xbm @ 50886:85431fbc6ac5
(Ffile_symlink_p): Let handlers handle symlinks even
when system does not support them.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 07 May 2003 22:13:04 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};