diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
commit | 7c4196d3218d1afa73c930577beeb579c1e87a38 (patch) | |
tree | ac73bf6552f3f74f028514a133c3c0505995fb3f /Stipple | |
parent | 7886e0b78ba317e02d8496fb83432ee9274f7887 (diff) |
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Stipple')
-rw-r--r-- | Stipple | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Stipple b/Stipple deleted file mode 100644 index d412e65..0000000 --- a/Stipple +++ /dev/null @@ -1,4 +0,0 @@ -#define Stipple_width 2 -#define Stipple_height 2 -static char Stipple_bits[] = { - 0x01, 0x00}; |