summaryrefslogtreecommitdiffstats
path: root/deco/masks.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-21 20:35:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-21 20:35:05 +0100
commit066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce (patch)
tree4cb26eb8ace976f7d0c8607dc2d3de2b5107670c /deco/masks.h
downloadtde-style-baghira-066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce.tar.gz
tde-style-baghira-066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce.zip
Initial import of baghira 0.8
Diffstat (limited to 'deco/masks.h')
-rw-r--r--deco/masks.h81
1 files changed, 81 insertions, 0 deletions
diff --git a/deco/masks.h b/deco/masks.h
new file mode 100644
index 0000000..75c2fe2
--- /dev/null
+++ b/deco/masks.h
@@ -0,0 +1,81 @@
+#define help_width 14
+#define help_height 15
+static unsigned char help_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x07, 0x00, 0x06, 0x00, 0x07,
+ 0x80, 0x03, 0xc0, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00,
+ 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00 };
+#define jaguar2_width 14
+#define jaguar2_height 15
+static unsigned char jaguar2_bits[] = {
+ 0x00, 0x00, 0xf8, 0x07, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xfe, 0x1f, 0xfc, 0x0f, 0xf8, 0x07 };
+#define jaguar_menu_down_width 20
+#define jaguar_menu_down_height 15
+static unsigned char jaguar_menu_down_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7f, 0x00, 0xfc, 0xff, 0x03,
+ 0xfe, 0xff, 0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
+ 0xfa, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+#define jaguar_menu_width 20
+#define jaguar_menu_height 15
+static unsigned char jaguar_menu_bits[] = {
+ 0x00, 0x00, 0x00, 0x80, 0x7f, 0x00, 0xfc, 0xff, 0x03, 0xfe, 0xff, 0x07,
+ 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xfe, 0xff, 0x07,
+ 0xfc, 0xff, 0x01, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00 };
+#define jaguar_width 14
+#define jaguar_height 15
+static unsigned char jaguar_bits[] = {
+ 0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xff, 0x3f, 0xfe, 0x1f, 0xfc, 0x0f };
+#define milk_menu_down_width 20
+#define milk_menu_down_height 15
+static unsigned char milk_menu_down_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0xfe, 0xff, 0x03,
+ 0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x07,
+ 0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xfe, 0xff, 0x03, 0xfc, 0xff, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+#define milk_menu_width 20
+#define milk_menu_height 15
+static unsigned char milk_menu_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0x0e, 0x80, 0x03,
+ 0x03, 0x00, 0x06, 0x03, 0x00, 0x06, 0x01, 0x00, 0x04, 0x01, 0x00, 0x04,
+ 0x03, 0x00, 0x06, 0x03, 0x00, 0x06, 0x0e, 0x80, 0x03, 0xfc, 0xff, 0x01,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+#define milk_width 14
+#define milk_height 15
+static unsigned char milk_bits[] = {
+ 0xf0, 0x03, 0x3c, 0x0f, 0x0e, 0x1c, 0x06, 0x18, 0x03, 0x30, 0x03, 0x30,
+ 0x01, 0x20, 0x01, 0x20, 0x03, 0x30, 0x03, 0x30, 0x06, 0x18, 0x0e, 0x1c,
+ 0x3c, 0x0f, 0xf0, 0x03, 0x00, 0x00 };
+#define panther_menu_width 20
+#define panther_menu_height 15
+static unsigned char panther_menu_bits[] = {
+ 0x00, 0x00, 0x00, 0xfe, 0xff, 0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x07,
+ 0xfc, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+#define panther_width 14
+#define panther_height 15
+static unsigned char panther_bits[] = {
+ 0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xfe, 0x1f, 0xfc, 0x0f, 0xf8, 0x07 };
+#define milk_pressed_width 14
+#define milk_pressed_height 15
+static unsigned char milk_pressed_bits[] = {
+ 0xf0, 0x03, 0xfc, 0x0f, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f,
+ 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xfe, 0x1f, 0xfe, 0x1f,
+ 0xfc, 0x0f, 0xf0, 0x03, 0x00, 0x00 };
+
+#define arrowUp_width 8
+#define arrowUp_height 4
+static unsigned char arrowUp_bits[] = {
+ 0x18, 0x3c, 0x7e, 0xff };
+
+#define arrowDown_width 8
+#define arrowDown_height 4
+static unsigned char arrowDown_bits[] = {
+ 0xff, 0x7e, 0x3c, 0x18 };