Mercurial > emacs
view src/bitmaps/crosswv.xbm @ 111965:e9a4d71c9ddc
* tramp.texi (Inline methods): Add "ksu" method.
(Remote processes): Add example with remote `default-directory'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 14 Dec 2010 21:37:49 +0100 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define cross_weave_width 16 #define cross_weave_height 16 static unsigned char cross_weave_bits[] = { 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};