From 659ce3daaaac43ed08190d121de71bf236e0718d Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 23 Jul 2007 07:21:24 +0000 Subject: added support for X bitmap icons git-svn-id: http://dzen.googlecode.com/svn/trunk@141 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- bitmaps/battery.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bitmaps/battery.xbm (limited to 'bitmaps/battery.xbm') diff --git a/bitmaps/battery.xbm b/bitmaps/battery.xbm new file mode 100644 index 0000000..745c389 --- /dev/null +++ b/bitmaps/battery.xbm @@ -0,0 +1,6 @@ +#define battery_width 16 +#define battery_height 16 +static unsigned char battery_bits[] = { + 0x00, 0x00, 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}; -- cgit v1.2.3-54-g00ecf