aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 08:39:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 08:39:07 +0000
commit9150e80fb95c0cff2e999e361009e9eb5b752d16 (patch)
treecdd6a5a449379fe983ec1e4dc10af597438ae1d2 /bitmaps
parent517b5be1b130eaf241233fcd1c4ac0b98e30e58c (diff)
downloaddzen-9150e80fb95c0cff2e999e361009e9eb5b752d16.tar.gz
dzen-9150e80fb95c0cff2e999e361009e9eb5b752d16.zip
added some icons
git-svn-id: http://dzen.googlecode.com/svn/trunk@144 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'bitmaps')
-rw-r--r--bitmaps/alert.xbm6
-rw-r--r--bitmaps/ball.xbm8
2 files changed, 14 insertions, 0 deletions
diff --git a/bitmaps/alert.xbm b/bitmaps/alert.xbm
new file mode 100644
index 0000000..8211008
--- /dev/null
+++ b/bitmaps/alert.xbm
@@ -0,0 +1,6 @@
+#define alert_width 16
+#define alert_height 16
+static unsigned char alert_bits[] = {
+ 0xff, 0xff, 0x01, 0xf8, 0xf1, 0xf9, 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1,
+ 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1, 0x01, 0xc0, 0xe1, 0xc1,
+ 0xe1, 0xc1, 0x01, 0xc0, 0xff, 0xff, 0xff, 0xff};
diff --git a/bitmaps/ball.xbm b/bitmaps/ball.xbm
new file mode 100644
index 0000000..14737cf
--- /dev/null
+++ b/bitmaps/ball.xbm
@@ -0,0 +1,8 @@
+#define ball_width 19
+#define ball_height 19
+static unsigned char ball_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0f, 0x00, 0xe0, 0x3f, 0x00,
+ 0xf0, 0x7f, 0x00, 0x78, 0xfc, 0x00, 0x38, 0xf8, 0x00, 0x7c, 0xfe, 0x01,
+ 0xfc, 0xff, 0x01, 0xfc, 0xff, 0x01, 0xfc, 0xff, 0x01, 0xfc, 0xff, 0x01,
+ 0xf8, 0xff, 0x00, 0xf8, 0xff, 0x00, 0xf0, 0x7f, 0x00, 0xe0, 0x3f, 0x00,
+ 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };