diff options
author | etienne | 2003-05-07 15:37:23 +0000 |
---|---|---|
committer | etienne | 2003-05-07 15:37:23 +0000 |
commit | b668e7873d9ffcecbbd848c5a388dba0bf2e77ac (patch) | |
tree | 32b1a80be3647a424234f4013d13a49a73a3aaa0 /images/quit.bmp | |
parent | 23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff) | |
download | ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.zip ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.gz ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.bz2 ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.xz |
Initial revision
Diffstat (limited to 'images/quit.bmp')
-rw-r--r-- | images/quit.bmp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/images/quit.bmp b/images/quit.bmp new file mode 100644 index 0000000..206571b --- /dev/null +++ b/images/quit.bmp @@ -0,0 +1,18 @@ +#define quit_width 36 +#define quit_height 36 +static unsigned char quit_bits[] = { + 0x38, 0x00, 0x00, 0xc0, 0x01, 0x7c, 0x00, 0x00, 0xe0, 0x03, 0xfe, 0x00, + 0x00, 0xf0, 0x07, 0xff, 0x01, 0x00, 0xf8, 0x0f, 0xff, 0x03, 0x00, 0xfc, + 0x0f, 0xff, 0x07, 0x00, 0xfe, 0x0f, 0xfe, 0x0f, 0x00, 0xff, 0x07, 0xfc, + 0x1f, 0x80, 0xff, 0x03, 0xf8, 0x3f, 0xc0, 0xff, 0x01, 0xf0, 0x7f, 0xe0, + 0xff, 0x00, 0xe0, 0xff, 0xf0, 0x7f, 0x00, 0xc0, 0xff, 0xf9, 0x3f, 0x00, + 0x80, 0xff, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x00, 0x00, 0xfe, + 0xff, 0x07, 0x00, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x00, 0xf8, 0xff, 0x01, + 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0x00, + 0xf8, 0xff, 0x01, 0x00, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x00, 0xfe, 0xff, + 0x07, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x00, 0x80, 0xff, 0xff, 0x1f, 0x00, + 0xc0, 0xff, 0xf9, 0x3f, 0x00, 0xe0, 0xff, 0xf0, 0x7f, 0x00, 0xf0, 0x7f, + 0xe0, 0xff, 0x00, 0xf8, 0x3f, 0xc0, 0xff, 0x01, 0xfc, 0x1f, 0x80, 0xff, + 0x03, 0xfe, 0x0f, 0x00, 0xff, 0x07, 0xff, 0x07, 0x00, 0xfe, 0x0f, 0xff, + 0x03, 0x00, 0xfc, 0x0f, 0xff, 0x01, 0x00, 0xf8, 0x0f, 0xfe, 0x00, 0x00, + 0xf0, 0x07, 0x7c, 0x00, 0x00, 0xe0, 0x03, 0x38, 0x00, 0x00, 0xc0, 0x01}; |