annotate src/bitmaps/stipple.xbm @ 65887:135cf95723ca

* mh-e/mh-loaddefs.el: Removed. Now generated automatically. * Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el. (MH-E-SRC): Added. Used by mh-autoloads. (mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any files in MH-E-SRC have been updated. (compile, recompile, bootstrap): Depend on mh-autoloads.
author Bill Wohler <wohler@newt.com>
date Fri, 07 Oct 2005 04:58:02 +0000
parents 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define stipple_width 16
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define stipple_height 4
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char stipple_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};