Mercurial > emacs
view src/bitmaps/gray.xbm @ 40981:fee88c193206
(Fuser_real_login_name): Reindent.
(Finsert_buffer_substring): Likewise.
(Fcompare_buffer_substrings): Likewise.
(Fsubst_char_in_region): Likewise.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Tue, 13 Nov 2001 06:58:58 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
