summaryrefslogtreecommitdiff
path: root/src/bitmaps/stipple.xbm
diff options
context:
space:
mode:
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};