Mercurial > emacs
view src/bitmaps/stipple.xbm @ 83650:984b1dfd7601
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 843-845)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 84-87)
- Update from CVS
- Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 03 Aug 2007 05:58:06 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define stipple_width 16 #define stipple_height 4 static unsigned char stipple_bits[] = { 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};