From 9150e80fb95c0cff2e999e361009e9eb5b752d16 Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 23 Jul 2007 08:39:07 +0000 Subject: added some icons git-svn-id: http://dzen.googlecode.com/svn/trunk@144 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- bitmaps/alert.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bitmaps/alert.xbm (limited to 'bitmaps/alert.xbm') 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}; -- cgit v1.2.3-54-g00ecf