diff options
Diffstat (limited to 'Master/perltl/site/lib/Tk/file.xbm')
-rw-r--r-- | Master/perltl/site/lib/Tk/file.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/perltl/site/lib/Tk/file.xbm b/Master/perltl/site/lib/Tk/file.xbm new file mode 100644 index 00000000000..7bf12bb4c9f --- /dev/null +++ b/Master/perltl/site/lib/Tk/file.xbm @@ -0,0 +1,5 @@ +#define file_width 12 +#define file_height 12 +static unsigned char file_bits[] = { + 0xfe, 0x00, 0x02, 0x03, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, + 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0xfe, 0x03}; |