summaryrefslogtreecommitdiff
path: root/src/bitmaps/stipple.xbm
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-09-29 16:37:29 +0000
committerDave Love <fx@gnu.org>1999-09-29 16:37:29 +0000
commit615d01824a509f565a0ecf3075fc953b509c313d (patch)
tree6ab983e0335ef3d98db1e40b6d12044bd6268509 /src/bitmaps/stipple.xbm
parent6bf7aab68402fd010eae5d280350bd399014406a (diff)
downloademacs-615d01824a509f565a0ecf3075fc953b509c313d.tar.gz
#
Diffstat (limited to 'src/bitmaps/stipple.xbm')
-rw-r--r--src/bitmaps/stipple.xbm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bitmaps/stipple.xbm b/src/bitmaps/stipple.xbm
new file mode 100644
index 00000000000..2e5b9411701
--- /dev/null
+++ b/src/bitmaps/stipple.xbm
@@ -0,0 +1,4 @@
+#define stipple_width 16
+#define stipple_height 4
+static unsigned char stipple_bits[] = {
+ 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};