aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:58:10 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:58:10 +0000
commit517b5be1b130eaf241233fcd1c4ac0b98e30e58c (patch)
treeee7f62a7d397586ae429cf13c4abb1aedcf000f0 /bitmaps
parent842a759e62f5945e76b2b2f5fe913cb7a5a8de0e (diff)
downloaddzen-517b5be1b130eaf241233fcd1c4ac0b98e30e58c.tar.gz
dzen-517b5be1b130eaf241233fcd1c4ac0b98e30e58c.zip
clean up
git-svn-id: http://dzen.googlecode.com/svn/trunk@143 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'bitmaps')
-rw-r--r--bitmaps/envelope.xbm12
1 files changed, 6 insertions, 6 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};