summaryrefslogtreecommitdiff
path: root/FlipHoriz
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 /FlipHoriz
parent7886e0b78ba317e02d8496fb83432ee9274f7887 (diff)
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'FlipHoriz')
-rw-r--r--FlipHoriz13
1 files changed, 0 insertions, 13 deletions
diff --git a/FlipHoriz b/FlipHoriz
deleted file mode 100644
index a72da3d..0000000
--- a/FlipHoriz
+++ /dev/null
@@ -1,13 +0,0 @@
-#define FlipHoriz_width 30
-#define FlipHoriz_height 30
-static char FlipHoriz_bits[] = {
- 0x00, 0x80, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x80, 0x1d, 0x00,
- 0x00, 0x80, 0x3b, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0xee, 0x00,
- 0x00, 0x00, 0xdc, 0x01, 0xc0, 0xff, 0xbf, 0x03, 0xe0, 0xff, 0x5f, 0x07,
- 0xb0, 0xaa, 0xaa, 0x0e, 0x58, 0x55, 0x55, 0x1d, 0xac, 0xaa, 0xaa, 0x0e,
- 0xfe, 0xff, 0x5f, 0x07, 0xff, 0xff, 0xbf, 0x03, 0x6b, 0x00, 0xdc, 0x01,
- 0x77, 0x00, 0xee, 0x00, 0x6b, 0x00, 0x77, 0x00, 0x77, 0x80, 0x3b, 0x00,
- 0x6b, 0x80, 0x1d, 0x00, 0x77, 0x80, 0x0f, 0x00, 0x6b, 0x80, 0x07, 0x00,
- 0xff, 0x1f, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xac, 0x06, 0x00, 0x00,
- 0x58, 0x03, 0x00, 0x00, 0xb0, 0x06, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00,
- 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};