From e6a7733799d32bb6bf719ee34beb5b01d9db68ad Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 4 Aug 2007 13:04:19 +0000 Subject: ready for release 0.8.0 new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- bitmaps/battery.xbm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bitmaps/battery.xbm') diff --git a/bitmaps/battery.xbm b/bitmaps/battery.xbm index ca37847..26b465e 100644 --- a/bitmaps/battery.xbm +++ b/bitmaps/battery.xbm @@ -1,6 +1,6 @@ -#define battery_width 16 -#define battery_height 16 +#define battery_width 15 +#define battery_height 15 static unsigned char battery_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0xfc, 0x11, - 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x0f, + 0xfc, 0x08, 0xfc, 0x38, 0xfc, 0x38, 0xfc, 0x08, 0xfc, 0x0f, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -- cgit v1.2.3-54-g00ecf