Mercurial > emacs
view src/bitmaps/gray.xbm @ 91809:d28603df5191
(fancy-startup-screen, normal-splash-screen):
Set default-directory to command-line-default-directory.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 12 Feb 2008 23:41:08 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};