/usr/lib/swi-prolog/xpce/bitmaps/selecting.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 | #define selecting_width 32
#define selecting_height 32
static char selecting_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x19, 0x00, 0x00, 0x80, 0x99, 0x24, 0x49, 0x80, 0x11, 0x00, 0x00, 0x80,
0x01, 0x00, 0x80, 0x80, 0x01, 0x00, 0x00, 0x80, 0x91, 0x61, 0x18, 0x80,
0x81, 0xff, 0x9f, 0x80, 0x01, 0x01, 0x08, 0x80, 0x11, 0x01, 0x08, 0x80,
0x81, 0x01, 0x98, 0x80, 0x81, 0x01, 0x18, 0x80, 0x11, 0x01, 0x08, 0x80,
0x01, 0x01, 0x88, 0x80, 0x01, 0x01, 0x08, 0x80, 0x91, 0xff, 0x1f, 0x80,
0x81, 0x61, 0x98, 0x80, 0x01, 0x00, 0x00, 0x80, 0x11, 0x00, 0x00, 0x80,
0x01, 0x00, 0x80, 0x80, 0x01, 0x00, 0x00, 0x80, 0x91, 0x24, 0x49, 0x80,
0x01, 0x00, 0x00, 0x87, 0x01, 0x00, 0x00, 0x83, 0x01, 0x00, 0x00, 0x85,
0x01, 0x00, 0x00, 0x88, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff};
|