aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitmaps/envelope.xbm12
-rw-r--r--draw.c3
2 files changed, 6 insertions, 9 deletions
diff --git a/bitmaps/envelope.xbm b/bitmaps/envelope.xbm
index 83d1120..dabbc1e 100644
--- a/bitmaps/envelope.xbm
+++ b/bitmaps/envelope.xbm
@@ -1,6 +1,6 @@
-#define mail_width 16
-#define mail_height 16
-static unsigned char mail_bits[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0x0c, 0x30,
- 0x1c, 0x38, 0x34, 0x2c, 0xc4, 0x23, 0x84, 0x21, 0x04, 0x20, 0x04, 0x20,
- 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
+#define envelope_width 16
+#define envelope_height 16
+static unsigned char envelope_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0x0c, 0x30, 0x1c, 0x38,
+ 0x34, 0x2c, 0xc4, 0x23, 0x84, 0x21, 0x04, 0x20, 0x04, 0x20, 0xfc, 0x3f,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/draw.c b/draw.c
index 99e21b9..a2e86ac 100644
--- a/draw.c
+++ b/draw.c
@@ -152,9 +152,6 @@ get_token(const char *line, int * t, char **tval) {
void
set_opts(int type, char * value, int reverse) {
- unsigned int w, h, xh, yh;
- Pixmap * bm;
-
switch(type) {
case fg:
reverse ?