From 3b1918496ea4b20ec61287ffbb9e1573e950fdcc Mon Sep 17 00:00:00 2001 From: gotmor Date: Wed, 1 Aug 2007 19:15:37 +0000 Subject: release 0.7.5 fixed memory leak added in-text commands: ^tw() ^c() ^p() added gadgets: kittscanner gdbar gcpubar git-svn-id: http://dzen.googlecode.com/svn/trunk@149 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- bitmaps/music.xbm | 7 +++++++ bitmaps/pause.xbm | 7 +++++++ bitmaps/play.xbm | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 bitmaps/music.xbm create mode 100644 bitmaps/pause.xbm create mode 100644 bitmaps/play.xbm (limited to 'bitmaps') diff --git a/bitmaps/music.xbm b/bitmaps/music.xbm new file mode 100644 index 0000000..86e32b5 --- /dev/null +++ b/bitmaps/music.xbm @@ -0,0 +1,7 @@ +#define music_width 16 +#define music_height 16 +static unsigned char music_bits[] = { + 0x00, 0x00, 0xe0, 0x00, 0xe0, 0x03, 0x20, 0x1f, 0x20, 0x1c, 0x20, 0x10, + 0x20, 0x10, 0x20, 0x10, 0x20, 0x10, 0x2c, 0x10, 0x3e, 0x10, 0x1e, 0x16, + 0x0c, 0x1f, 0x00, 0x0f, 0x00, 0x06, 0x00, 0x00 }; + diff --git a/bitmaps/pause.xbm b/bitmaps/pause.xbm new file mode 100644 index 0000000..9d4e9a7 --- /dev/null +++ b/bitmaps/pause.xbm @@ -0,0 +1,7 @@ +#define pause_width 16 +#define pause_height 16 +static unsigned char pause_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, + 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, + 0x78, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + diff --git a/bitmaps/play.xbm b/bitmaps/play.xbm new file mode 100644 index 0000000..46455df --- /dev/null +++ b/bitmaps/play.xbm @@ -0,0 +1,7 @@ +#define play_width 16 +#define play_height 16 +static unsigned char play_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x78, 0x00, 0xf8, 0x01, + 0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x07, 0xf8, 0x01, 0x78, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + -- cgit v1.2.3-54-g00ecf