diff options
author | etienne | 2007-01-22 12:40:14 +0000 |
---|---|---|
committer | etienne | 2007-01-22 12:40:14 +0000 |
commit | 40f1675d3715051acd3c74243cc4d9455868d64f (patch) | |
tree | c472eb57a3fe4bc42330e3c5d317b5be5a4056f1 /images/lower.bmp | |
parent | 86ce7579def30de62827e809192efb41ca6d6a4f (diff) | |
download | ivycontrolpanel-40f1675d3715051acd3c74243cc4d9455868d64f.zip ivycontrolpanel-40f1675d3715051acd3c74243cc4d9455868d64f.tar.gz ivycontrolpanel-40f1675d3715051acd3c74243cc4d9455868d64f.tar.bz2 ivycontrolpanel-40f1675d3715051acd3c74243cc4d9455868d64f.tar.xz |
*** empty log message ***
Diffstat (limited to 'images/lower.bmp')
-rw-r--r-- | images/lower.bmp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/images/lower.bmp b/images/lower.bmp new file mode 100644 index 0000000..89c9b75 --- /dev/null +++ b/images/lower.bmp @@ -0,0 +1,18 @@ +#define lower_width 36 +#define lower_height 36 +static unsigned char lower_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, + 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0xff, + 0x00, 0xf0, 0xff, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0xff, 0x00, 0xf0, + 0xff, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |