diff options
Diffstat (limited to 'app/xlockmore/bitmaps/fish-2.xbm')
-rw-r--r-- | app/xlockmore/bitmaps/fish-2.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/xlockmore/bitmaps/fish-2.xbm b/app/xlockmore/bitmaps/fish-2.xbm new file mode 100644 index 000000000..766845f36 --- /dev/null +++ b/app/xlockmore/bitmaps/fish-2.xbm @@ -0,0 +1,8 @@ +#define fish2_width 20 +#define fish2_height 20 +static unsigned char fish2_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, + 0xc0, 0x01, 0x00, 0x00, 0x03, 0x00, 0x00, 0x06, 0x00, 0x00, 0x0f, 0x00, + 0x00, 0x2f, 0x00, 0xc0, 0x3f, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x0f, 0x00, + 0x00, 0x0f, 0x00, 0x00, 0x06, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |