/usr/lib/swi-prolog/xpce/bitmaps/kangro1.bm is in swi-prolog-x 6.6.4-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #define kango1_width 40
#define kango1_height 30
static char kango1_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, 0x08, 0x00, 0x3e, 0x00, 0x00, 0x08, 0x00,
0x7f, 0x04, 0x00, 0x10, 0xc0, 0xff, 0x0c, 0x00, 0xe0, 0xff, 0xff, 0x1d,
0x00, 0x00, 0xff, 0xff, 0x3f, 0x00, 0x00, 0xf8, 0xff, 0x47, 0x00, 0x00,
0xf0, 0x83, 0x03, 0x00, 0x00, 0xf0, 0x01, 0x01, 0x00, 0x00, 0xe0, 0x81,
0x00, 0x00, 0x00, 0xc0, 0x40, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00,
0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00};
|