diff options
| author | David Aspinall | 1998-09-09 15:56:36 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-09-09 15:56:36 +0000 |
| commit | d1f393323efdf3a6a04a1a4d4e6ebce4371b8d6b (patch) | |
| tree | 29abe795165d17028e8e492cf3b5a9f7a56536f9 /images/left.xbm | |
| parent | 270247e4b9fdb3a9b591910a9d682121bb230d19 (diff) | |
Added X bitmaps of icons for mono displays
Diffstat (limited to 'images/left.xbm')
| -rw-r--r-- | images/left.xbm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/images/left.xbm b/images/left.xbm new file mode 100644 index 00000000..ca2b6f67 --- /dev/null +++ b/images/left.xbm @@ -0,0 +1,15 @@ +/* Made with GIMP */ +#define left_width 32 +#define left_height 32 +static char left_bits[] = { + 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x78, 0x00, 0x08, 0x00, 0x7c, + 0x00, 0x0e, 0x80, 0x7f, 0x00, 0x1f, 0xf8, 0x7f, 0x00, 0x0f, 0xff, 0x3f, + 0x80, 0xaf, 0xff, 0x3f, 0xe0, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0x1f, + 0xfc, 0xff, 0xff, 0x1f, 0xfe, 0xff, 0xff, 0x1f, 0xfe, 0xff, 0xff, 0x1f, + 0xfe, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, + 0xfc, 0x1f, 0xfd, 0x1f, 0xf0, 0x0b, 0xf0, 0x3f, 0xf8, 0x07, 0xe0, 0x3f, + 0xe0, 0x1f, 0x00, 0x7f, 0xe0, 0x0f, 0x00, 0x7f, 0x80, 0x1f, 0x00, 0x7c, + 0x00, 0x05, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff }; |
