summaryrefslogtreecommitdiff
path: root/bitmaps/Dashes
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-09 12:44:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-09 12:44:34 -0700
commit7c4196d3218d1afa73c930577beeb579c1e87a38 (patch)
treeac73bf6552f3f74f028514a133c3c0505995fb3f /bitmaps/Dashes
parent7886e0b78ba317e02d8496fb83432ee9274f7887 (diff)
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'bitmaps/Dashes')
-rw-r--r--bitmaps/Dashes4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitmaps/Dashes b/bitmaps/Dashes
new file mode 100644
index 0000000..e81aa02
--- /dev/null
+++ b/bitmaps/Dashes
@@ -0,0 +1,4 @@
+#define Dashes_width 2
+#define Dashes_height 2
+static char Dashes_bits[] = {
+ 0x01, 0x02};