aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/volume.xbm
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:03:11 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:03:11 +0000
commit01b1340983b8f04022e5d90260509542cd67e339 (patch)
tree7f45d4f1a74f340c77a7aa90f4f9d25683994c80 /bitmaps/volume.xbm
parent1fa1ebd11ca31c993937f59020dd8f5e4fbb842e (diff)
downloaddzen-01b1340983b8f04022e5d90260509542cd67e339.tar.gz
dzen-01b1340983b8f04022e5d90260509542cd67e339.zip
fixed X*DrawString handling
added support to the in-text parser for rectangle drawing ready for release 0.7.0 git-svn-id: http://dzen.googlecode.com/svn/trunk@146 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'bitmaps/volume.xbm')
-rw-r--r--bitmaps/volume.xbm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitmaps/volume.xbm b/bitmaps/volume.xbm
index b4ee0ec..5ab8281 100644
--- a/bitmaps/volume.xbm
+++ b/bitmaps/volume.xbm
@@ -1,6 +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};
+ 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, 0x00, 0x00};