aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/volume.xbm
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:21:24 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:21:24 +0000
commit659ce3daaaac43ed08190d121de71bf236e0718d (patch)
tree88c8c3faf5f8c9eb356cc19b566911e6f9883d77 /bitmaps/volume.xbm
parenta3bf26d2fade3eaadba6f20349cba6db82ca756d (diff)
downloaddzen-659ce3daaaac43ed08190d121de71bf236e0718d.tar.gz
dzen-659ce3daaaac43ed08190d121de71bf236e0718d.zip
added support for X bitmap icons
git-svn-id: http://dzen.googlecode.com/svn/trunk@141 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'bitmaps/volume.xbm')
-rw-r--r--bitmaps/volume.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitmaps/volume.xbm b/bitmaps/volume.xbm
new file mode 100644
index 0000000..b4ee0ec
--- /dev/null
+++ b/bitmaps/volume.xbm
@@ -0,0 +1,6 @@
+#define volume_width 16
+#define volume_height 16
+static unsigned char volume_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1b, 0x60, 0x1b,
+ 0x60, 0x1b, 0x6c, 0x1b, 0x6c, 0x1b, 0x6c, 0x1b, 0x60, 0x1b, 0x60, 0x1b,
+ 0x00, 0x1b, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00};